mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 04:14:06 -05:00
gnu: Add julia-msgpack.
* gnu/packages/julia-xyz.scm (julia-msgpack): New variable.
This commit is contained in:
parent
ef9a552182
commit
860ca285b6
1 changed files with 20 additions and 0 deletions
|
@ -1019,6 +1019,26 @@ (define-public julia-mbedtls-jll
|
||||||
wrappers.")
|
wrappers.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public julia-msgpack
|
||||||
|
(package
|
||||||
|
(name "julia-msgpack")
|
||||||
|
(version "1.1.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/JuliaIO/MsgPack.jl")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1layiqjf9si38pfdcszppgcy4zbfqgld7jlw8x645sm9b17b19fg"))))
|
||||||
|
(build-system julia-build-system)
|
||||||
|
(home-page "https://github.com/JuliaIO/MsgPack.jl")
|
||||||
|
(synopsis "Julia MsgPack implementation")
|
||||||
|
(description "@code{MsgPack.jl} is a MessagePack implementation in pure
|
||||||
|
Julia, with type-driven, overloadable packing/unpacking functionality.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public julia-nanmath
|
(define-public julia-nanmath
|
||||||
(package
|
(package
|
||||||
(name "julia-nanmath")
|
(name "julia-nanmath")
|
||||||
|
|
Loading…
Reference in a new issue