mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add julia-referenceables.
* gnu/packages/julia-xyz.scm (julia-referenceables): New variable. Change-Id: I59e95742140beb91d93d32ab35b655cb2028cd71 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
27e389277a
commit
ea740fef1b
1 changed files with 21 additions and 0 deletions
|
@ -5522,6 +5522,27 @@ recursive arrays like arrays of arrays.")
|
||||||
@code{HTTP.jl} backends.")
|
@code{HTTP.jl} backends.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public julia-referenceables
|
||||||
|
(package
|
||||||
|
(name "julia-referenceables")
|
||||||
|
(version "0.1.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/JuliaFolds2/Referenceables.jl")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1qjssgqrpyc726zm31r4fpllsyvgc21lw9kqz96whgg779y0yr80"))))
|
||||||
|
(build-system julia-build-system)
|
||||||
|
(propagated-inputs (list julia-adapt))
|
||||||
|
(home-page "https://github.com/JuliaFolds2/Referenceables.jl")
|
||||||
|
(synopsis "Provides an interface for referencing elements")
|
||||||
|
(description "This package provides an interface for readable and writable
|
||||||
|
references to an element of an array or dictionary in Julia.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public julia-referencetests
|
(define-public julia-referencetests
|
||||||
(package
|
(package
|
||||||
(name "julia-referencetests")
|
(name "julia-referencetests")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue