emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#64336: closed ([PATCH v4 5/6] gnu: Add frozen.)


From: GNU bug Tracking System
Subject: bug#64336: closed ([PATCH v4 5/6] gnu: Add frozen.)
Date: Wed, 28 Jun 2023 18:45:05 +0000

Your message dated Wed, 28 Jun 2023 18:44:12 +0000
with message-id <6636D850-FD56-45A6-B12B-24EE58D2559D@ultrarare.space>
and subject line Re: bug#64332: Acknowledgement ([PATCH v4 2/6] gnu: 
mbedtls-apache-for-hiawatha: Use inherited source.)
has caused the debbugs.gnu.org bug report #64336,
regarding [PATCH v4 5/6] gnu: Add frozen.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
64336: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64336
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH v4 5/6] gnu: Add frozen. Date: Thu, 29 Jun 2023 02:35:05 +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 d61bcd25fd..b80939183c 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -567,6 +567,29 @@ (define-public fifo-map
 as ordering relation.")
     (license license:expat)))
 
+(define-public frozen
+  (let ((commit "5af40b3f9e03116aa2de4d55b53b9629e5988480")
+        (revision "8"))
+    (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
+                  "02snxdfmrzcqwnkazhlagsfamr3mcg10iskpz5l8yscckzvyhzfs"))))
+      (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




--- End Message ---
--- Begin Message --- Subject: Re: bug#64332: Acknowledgement ([PATCH v4 2/6] gnu: mbedtls-apache-for-hiawatha: Use inherited source.) Date: Wed, 28 Jun 2023 18:44:12 +0000
...... 😣 Forgot to add a --to=

I'll resend the patches when I get up.

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]