mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add julia-interfaces.
* gnu/packages/julia-xyz.scm (julia-interfaces): New variable. Change-Id: Ia0dc3903460f4fa87a0649e404dacea33c0f8f04
This commit is contained in:
parent
ddbdb54193
commit
6ac0c59428
1 changed files with 25 additions and 0 deletions
|
@ -3490,6 +3490,31 @@ each one has a fixed size. Currently support inline strings from 1 byte up to
|
||||||
255 bytes.")
|
255 bytes.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public julia-interfaces
|
||||||
|
(package
|
||||||
|
(name "julia-interfaces")
|
||||||
|
(version "0.3.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/rafaqz/Interfaces.jl")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1g765wzqc16pxrr3kqcbq0b2n1w51mwaxffrv4yjn1mvr607y6xf"))))
|
||||||
|
(build-system julia-build-system)
|
||||||
|
(native-inputs
|
||||||
|
(list julia-aqua))
|
||||||
|
(propagated-inputs
|
||||||
|
(list julia-documenter))
|
||||||
|
(home-page "https://github.com/rafaqz/Interfaces.jl")
|
||||||
|
(synopsis "Macros to define and implement interfaces")
|
||||||
|
(description
|
||||||
|
"This package provides macros for defining the required behaviours of
|
||||||
|
Julia interfaces, and stating that an object implements them.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public julia-interpolations
|
(define-public julia-interpolations
|
||||||
(package
|
(package
|
||||||
(name "julia-interpolations")
|
(name "julia-interpolations")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue