[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/20: gnu: Add expected-lite.
From: |
guix-commits |
Subject: |
05/20: gnu: Add expected-lite. |
Date: |
Tue, 9 Jan 2024 22:28:53 -0500 (EST) |
apteryx pushed a commit to branch master
in repository guix.
commit 0ec349078f49a1ef621b709fe08c7fd21aee5755
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Jan 5 23:43:44 2024 -0500
gnu: Add expected-lite.
* gnu/packages/cpp.scm (expected-lite): New variable.
Change-Id: I5a21dd631e1f2a3c97b920efcdca69f2537b42da
---
gnu/packages/cpp.scm | 24 +++++++++++++++++++++++-
1 file changed, 23 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 0f2c6e0b85..f65506dcec 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -31,7 +31,7 @@
;;; Copyright © 2022 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2022, 2023 David Elsing <david.elsing@posteo.net>
;;; Copyright © 2022, 2023 Zheng Junjie <873216071@qq.com>
-;;; Copyright © 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2022, 2023, 2024 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2022 Antero Mejr <antero@mailbox.org>
;;; Copyright © 2023 Sughosha <Sughosha@proton.me>
;;; Copyright © 2023 Artyom V. Poptsov <poptsov.artyom@gmail.com>
@@ -327,6 +327,28 @@ the @code{Clang/LLVM} infrastructure to extract the data,
and emits it in
various formats, including @code{json}.")
(license license:gpl2+)))
+(define-public expected-lite
+ (package
+ (name "expected-lite")
+ (version "0.6.3")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/martinmoene/expected-lite")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0d58nqh2fwdzdpln2wlnf898wyfxdnskq6ff33azbg92d5ibzys2"))))
+ (build-system cmake-build-system)
+ (home-page "https://github.com/martinmoene/expected-lite")
+ (synopsis "Expected objects in C++11 and later")
+ (description "@i{expected lite} is a single-file header-only library for
+objects that either represent a valid value or an error that can be passed by
+value. It is intended for use with C++11 and later. The library is based on
+the @code{std::expected} proposal (@url{http://wg21.link/p0323}).")
+ (license license:boost1.0)))
+
(define-public libzen
(package
(name "libzen")
- branch master updated (8fefe1b345 -> 58ab25a2ce), guix-commits, 2024/01/09
- 02/20: gnu: libnatpmp: Update home page., guix-commits, 2024/01/09
- 07/20: gnu: Add xdiff., guix-commits, 2024/01/09
- 19/20: tests: telephony: Fix VPATH builds., guix-commits, 2024/01/09
- 01/20: gnu: libnatpmp: Use gexps and simplify., guix-commits, 2024/01/09
- 06/20: gnu: Add llhttp., guix-commits, 2024/01/09
- 09/20: gnu: libnatpmp: Update to 20230423-0.6a850fd., guix-commits, 2024/01/09
- 12/20: gnu: Add dhtnet., guix-commits, 2024/01/09
- 11/20: gnu: opendht: Update to 3.1.7., guix-commits, 2024/01/09
- 05/20: gnu: Add expected-lite.,
guix-commits <=
- 10/20: gnu: msgpack: Deprecate with msgpack-c., guix-commits, 2024/01/09
- 14/20: gnu: ffmpeg-jami: Update configure flags., guix-commits, 2024/01/09
- 17/20: gnu: jami: Update to 20231222.2., guix-commits, 2024/01/09
- 15/20: gnu: ffmpeg-jami: Relocate to (gnu packages video)., guix-commits, 2024/01/09
- 18/20: gnu: jami-docs: Update to 0.0.0-2.a48997d., guix-commits, 2024/01/09
- 20/20: tests: telephony: Fix typo., guix-commits, 2024/01/09
- 04/20: gnu: catch2-3: Update to 3.5.1., guix-commits, 2024/01/09
- 08/20: gnu: restinio: Update to 0.7.1., guix-commits, 2024/01/09
- 13/20: gnu: pjproject-jami: Update and relocate., guix-commits, 2024/01/09
- 16/20: gnu: Add sortfilterproxymodel., guix-commits, 2024/01/09