mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 04:40:06 -05:00
gnu: Add julia-weakrefstrings.
* gnu/packages/julia-xyz.scm (julia-weakrefstrings): New variable.
This commit is contained in:
parent
9f92c8b51f
commit
f34f8a3d22
1 changed files with 22 additions and 0 deletions
|
@ -2270,6 +2270,28 @@ (define-public julia-versionparsing
|
||||||
\"foreign\" version numbers from external packages.")
|
\"foreign\" version numbers from external packages.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public julia-weakrefstrings
|
||||||
|
(package
|
||||||
|
(name "julia-weakrefstrings")
|
||||||
|
(version "0.6.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/JuliaData/WeakRefStrings.jl")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0129mf1axxycb1ans3idlvw8ch0hmdrl80q98jw63f99zz3ddipr"))))
|
||||||
|
(build-system julia-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("julia-dataapi" ,julia-dataapi)))
|
||||||
|
(home-page "https://github.com/JuliaData/WeakRefStrings.jl")
|
||||||
|
(synopsis "Efficient string representation and transfer in Julia")
|
||||||
|
(description "This package provides a minimal String type for Julia that
|
||||||
|
allows for efficient string representation and transfer")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public julia-zipfile
|
(define-public julia-zipfile
|
||||||
(package
|
(package
|
||||||
(name "julia-zipfile")
|
(name "julia-zipfile")
|
||||||
|
|
Loading…
Reference in a new issue