gnu: Add julia-twiddle.
* gnu/packages/julia-xyz.scm (julia-twiddle): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
cc49040833
commit
1305d9f3b1
1 changed files with 21 additions and 0 deletions
|
@ -5026,6 +5026,27 @@ (define-public julia-transcodingstreams
|
|||
@end itemize")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public julia-twiddle
|
||||
(package
|
||||
(name "julia-twiddle")
|
||||
(version "1.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/SabrinaJaye/Twiddle.jl")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1c2gdv7sy4n1d8687w2q0yzwmwmanf4p6mvzvkz5gm4baxyzmbh2"))))
|
||||
(build-system julia-build-system)
|
||||
(home-page "https://ben-ward.science/Twiddle.jl/stable")
|
||||
(synopsis "Ready to use bit-twiddling tricks")
|
||||
(description "This package provides a collection of useful bit-twiddling
|
||||
tricks, ready to use as functions, with detailed documentation and example
|
||||
real-world use cases.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public julia-typedtables
|
||||
(package
|
||||
(name "julia-typedtables")
|
||||
|
|
Loading…
Reference in a new issue