[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63765] [PATCH v2 7/8] gnu: Add frozen.
From: |
Hilton Chain |
Subject: |
[bug#63765] [PATCH v2 7/8] gnu: Add frozen. |
Date: |
Sun, 28 May 2023 20:56:12 +0800 |
* gnu/packages/cpp.scm (frozen): New variable.
---
gnu/packages/cpp.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 64f923929e..2049793b02 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -566,6 +566,29 @@ (define-public fifo-map
as ordering relation.")
(license license:expat)))
+(define-public frozen
+ (let ((commit "f6dbec6d03debc68d18ae3e2d32ff408c6d52468")
+ (revision "7"))
+ (package
+ (name "frozen")
+ (version (git-version "1.1.1" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/serge-sans-paille/frozen")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1yzxj8ia8fbdikb4hh4bc2iyr1fnl9cjllv8xgilzaivgiv7xmjk"))))
+ (build-system cmake-build-system)
+ (home-page "https://github.com/serge-sans-paille/frozen")
+ (synopsis "Header-only, constexpr alternative to gperf for C++14 users")
+ (description
+ "Frozen is a header-only library that provides 0 cost initialization
+for immutable containers, fixed-size containers, and various algorithms.")
+ (license license:asl2.0))))
+
(define-public json-dto
(package
(name "json-dto")
--
2.40.1
- [bug#63765] [PATCH 5/8] gnu: mbedtls-apache-lts: Update to 2.28.3., (continued)
- [bug#63765] [PATCH v2 0/8] gnu: python-lief: Update to 0.13.1., Hilton Chain, 2023/05/28
- [bug#63765] [PATCH v2 1/8] gnu: Add ftest-for-utfcpp., Hilton Chain, 2023/05/28
- [bug#63765] [PATCH v2 3/8] gnu: mbedtls-apache: Rename package to mbedtls-apache-lts., Hilton Chain, 2023/05/28
- [bug#63765] [PATCH v2 2/8] gnu: utfcpp: Update to 3.2.3., Hilton Chain, 2023/05/28
- [bug#63765] [PATCH v2 5/8] gnu: mbedtls-apache-lts: Update to 2.28.3., Hilton Chain, 2023/05/28
- [bug#63765] [PATCH v2 6/8] gnu: Add mbedtls-apache, version 3.4.0., Hilton Chain, 2023/05/28
- [bug#63765] [PATCH v2 4/8] gnu: mbedtls-apache-for-hiawatha: Use inherited source., Hilton Chain, 2023/05/28
- [bug#63765] [PATCH v2 7/8] gnu: Add frozen.,
Hilton Chain <=
- [bug#63765] [PATCH v2 8/8] gnu: python-lief: Update to 0.13.1., Hilton Chain, 2023/05/28