mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: Add cpp-utilities.
* gnu/packages/cpp.scm (cpp-utilities): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: I21651e88acefbb8de86ff1fb4e2ac71ae1ab6b45
This commit is contained in:
parent
5009d746af
commit
5ff550ba4c
1 changed files with 22 additions and 0 deletions
|
@ -261,6 +261,28 @@ This project is maintained by Kitware in support of ITK, the Insight
|
||||||
Segmentation and Registration Toolkit.")
|
Segmentation and Registration Toolkit.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public cpp-utilities
|
||||||
|
(package
|
||||||
|
(name "cpp-utilities")
|
||||||
|
(version "5.27.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/Martchus/cpp-utilities")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1nm6d87j11jc5617qk58a81ajxgrncr7xsf4dkyscrygi2n3dbgz"))))
|
||||||
|
(build-system cmake-build-system)
|
||||||
|
(home-page "https://github.com/Martchus/cpp-utilities/")
|
||||||
|
(synopsis "Useful C++ classes and routines")
|
||||||
|
(description
|
||||||
|
"This package provides useful C++ classes and routines such as argument
|
||||||
|
parser, IO and conversion utilities.")
|
||||||
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public range-v3
|
(define-public range-v3
|
||||||
(package
|
(package
|
||||||
(name "range-v3")
|
(name "range-v3")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue