mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: Add julia-datavalueinterfaces.
* gnu/packages/julia-xyz.scm (julia-datavalueinterfaces): New variable.
This commit is contained in:
parent
ccbf9c450e
commit
21df298ec9
1 changed files with 21 additions and 0 deletions
|
@ -487,6 +487,27 @@ (define-public julia-datastructures
|
||||||
@code{Accumulators}, @code{LinkedLists}, @code{SortedDicts} and many others.")
|
@code{Accumulators}, @code{LinkedLists}, @code{SortedDicts} and many others.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public julia-datavalueinterfaces
|
||||||
|
(package
|
||||||
|
(name "julia-datavalueinterfaces")
|
||||||
|
(version "1.0.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/queryverse/DataValueInterfaces.jl")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0g2wj6q7jj956nx6g7dk8x7w1c4l2xcmnr1kq5x8s8fild9kslg8"))))
|
||||||
|
(build-system julia-build-system)
|
||||||
|
(home-page "https://github.com/queryverse/DataValueInterfaces.jl")
|
||||||
|
(synopsis "Interface for DataValues.jl")
|
||||||
|
(description "This package allows a few \"forward\" definitions for the
|
||||||
|
@code{DataValues.jl} package that other packages can utilize for integration
|
||||||
|
without having to take direct dependencies.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public julia-dictionaries
|
(define-public julia-dictionaries
|
||||||
(package
|
(package
|
||||||
(name "julia-dictionaries")
|
(name "julia-dictionaries")
|
||||||
|
|
Loading…
Reference in a new issue