* [bug#69879] [PATCH] gnu: cpp: Add tomlplusplus 3.4.0.
@ 2024-03-18 22:07 Daniel Ziltener via Guix-patches via
2024-04-20 1:28 ` bug#69879: " Hilton Chain via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Ziltener via Guix-patches via @ 2024-03-18 22:07 UTC (permalink / raw)
To: 69879; +Cc: dziltener
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#69879: [PATCH] gnu: cpp: Add tomlplusplus 3.4.0.
2024-03-18 22:07 [bug#69879] [PATCH] gnu: cpp: Add tomlplusplus 3.4.0 Daniel Ziltener via Guix-patches via
@ 2024-04-20 1:28 ` Hilton Chain via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-04-20 1:28 UTC (permalink / raw)
To: Daniel Ziltener; +Cc: 69879-done
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!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-04-20 1:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-18 22:07 [bug#69879] [PATCH] gnu: cpp: Add tomlplusplus 3.4.0 Daniel Ziltener via Guix-patches via
2024-04-20 1:28 ` bug#69879: " Hilton Chain via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.