mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: Add simdjson 0.6.
* gnu/packages/cpp.scm (simdjson-0.6): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
700e4e8a42
commit
04e90035b8
1 changed files with 14 additions and 0 deletions
|
@ -2048,6 +2048,20 @@ (define-public simdjson
|
||||||
(home-page "https://github.com/simdjson/simdjson")
|
(home-page "https://github.com/simdjson/simdjson")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public simdjson-0.6
|
||||||
|
(package
|
||||||
|
(inherit simdjson)
|
||||||
|
(version "0.6.1")
|
||||||
|
(source (origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/simdjson/simdjson")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name (package-name simdjson) version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"038i9nmk85vpxvs546w6cyci0ppdrrp5wnlv1kffxw29x71a3g5l"))))))
|
||||||
|
|
||||||
(define-public bloomberg-bde-tools
|
(define-public bloomberg-bde-tools
|
||||||
(let ((commit "f63dfe9114cd7df29623bd01f644b9f654253972"))
|
(let ((commit "f63dfe9114cd7df29623bd01f644b9f654253972"))
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue