diff options
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") |
