GNU bug report logs -
#69879
[PATCH] gnu: cpp: Add tomlplusplus 3.4.0.
Previous Next
Reported by: Daniel Ziltener <dziltener <at> lyrion.ch>
Date: Mon, 18 Mar 2024 22:09:02 UTC
Severity: normal
Tags: patch
Done: Hilton Chain <hako <at> ultrarare.space>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 20 Apr 2024 09:28:40 +0800
with message-id <87o7a4x1o7.wl-hako <at> ultrarare.space>
and subject line Re: [bug#69879] [PATCH] gnu: cpp: Add tomlplusplus 3.4.0.
has caused the debbugs.gnu.org bug report #69879,
regarding [PATCH] gnu: cpp: Add tomlplusplus 3.4.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
69879: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69879
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
---
gnu/packages/cpp.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index d451eea2fd..8f8b528071 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -786,6 +786,28 @@ (define-public nlohmann-json
(define-public json-modern-cxx
(deprecated-package "json-modern-cxx" nlohmann-json))
+(define-public tomlplusplus
+ (package
+ (name "tomlplusplus")
+ (version "3.4.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/marzer/tomlplusplus")
+ (commit (string-append "v" version))))
+ (sha256
+ (base32
+ "1hvbifzcc97r9jwjzpnq31ynqnj5y93cjz4frmgddnkg8hxmp6w7"))))
+ (build-system cmake-build-system)
+ (native-inputs
+ (list python))
+ (arguments
+ (list #:tests? #f))
+ (home-page "https://marzer.github.io/tomlplusplus/")
+ (synopsis "Header-only TOML config file parser and serializer for C++17")
+ (description "Header-only TOML config file parser and serializer for C++17.")
+ (license license:expat)))
+
(define-public xtl
(package
(name "xtl")
--
2.41.0
[Message part 3 (message/rfc822, inline)]
Hi Daniel,
On Tue, 19 Mar 2024 06:07:04 +0800,
Daniel Ziltener via Guix-patches via wrote:
>
> ---
> gnu/packages/cpp.scm | 22 ++++++++++++++++++++++
> 1 file changed, 22 insertions(+)
I have switched to meson build system for tests, added file name for git source,
adjusted package description and added commit log.
Applied as 0797fff8b8b3feb1e421aad170b4c12a87091663, thanks!
This bug report was last modified 1 year and 89 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.