diff options
| author | Franz Geffke <franz@pantherx.org> | 2025-02-22 14:49:43 +0100 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2025-02-22 14:49:43 +0100 |
| commit | 5ff550ba4c799edfbd05068ae261baeae0116e4c (patch) | |
| tree | d6b79f2a4f91d4076d8440dd747c2c0f344f42a4 /gnu | |
| parent | 5009d746afbaeedc14e12e10707185fcc7e1f983 (diff) | |
gnu: Add cpp-utilities.
* gnu/packages/cpp.scm (cpp-utilities): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Change-Id: I21651e88acefbb8de86ff1fb4e2ac71ae1ab6b45
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cpp.scm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index e411c0e053c..07ec5dace80 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm | |||
| @@ -261,6 +261,28 @@ This project is maintained by Kitware in support of ITK, the Insight | |||
| 261 | Segmentation and Registration Toolkit.") | 261 | Segmentation and Registration Toolkit.") |
| 262 | (license license:asl2.0))) | 262 | (license license:asl2.0))) |
| 263 | 263 | ||
| 264 | (define-public cpp-utilities | ||
| 265 | (package | ||
| 266 | (name "cpp-utilities") | ||
| 267 | (version "5.27.3") | ||
| 268 | (source | ||
| 269 | (origin | ||
| 270 | (method git-fetch) | ||
| 271 | (uri (git-reference | ||
| 272 | (url "https://github.com/Martchus/cpp-utilities") | ||
| 273 | (commit (string-append "v" version)))) | ||
| 274 | (file-name (git-file-name name version)) | ||
| 275 | (sha256 | ||
| 276 | (base32 | ||
| 277 | "1nm6d87j11jc5617qk58a81ajxgrncr7xsf4dkyscrygi2n3dbgz")))) | ||
| 278 | (build-system cmake-build-system) | ||
| 279 | (home-page "https://github.com/Martchus/cpp-utilities/") | ||
| 280 | (synopsis "Useful C++ classes and routines") | ||
| 281 | (description | ||
| 282 | "This package provides useful C++ classes and routines such as argument | ||
| 283 | parser, IO and conversion utilities.") | ||
| 284 | (license license:gpl2+))) | ||
| 285 | |||
| 264 | (define-public range-v3 | 286 | (define-public range-v3 |
| 265 | (package | 287 | (package |
| 266 | (name "range-v3") | 288 | (name "range-v3") |
