[PATCH] gnu: cpp: Add tomlplusplus 3.4.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Daniel Ziltener
  • Hilton Chain
Owner
unassigned
Submitted by
Daniel Ziltener
Severity
normal

Debbugs page

D
D
Daniel Ziltener wrote on 18 Mar 15:07 -0700
(address . guix-patches@gnu.org)(address . dziltener@lyrion.ch)
cf4f062f2985f7fb8cf4728d87742078@lyrion.ch
---
gnu/packages/cpp.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)

Toggle diff (35 lines)
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
H
H
Hilton Chain wrote on 19 Apr 18:28 -0700
(name . Daniel Ziltener)(address . dziltener@lyrion.ch)(address . 69879-done@debbugs.gnu.org)
87o7a4x1o7.wl-hako@ultrarare.space
Hi Daniel,

On Tue, 19 Mar 2024 06:07:04 +0800,
Daniel Ziltener via Guix-patches via wrote:
Toggle quote (5 lines)
>
> ---
> 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!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69879@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69879
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch