gnu: Add julia-simpletropical.

* gnu/packages/julia-xyz.scm (julia-simpletropical): New variable.

Change-Id: I1ac1bb6634201e5712bbe37ffbc86c97be95c5d5
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Spencer King 2025-03-21 18:52:22 -05:00 committed by Ludovic Courtès
parent c705d6e035
commit d1a1d7f2f7
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -6296,6 +6296,26 @@ types can be added to a trait after the creation of the trait, whereas Union
types are fixed after creation.") types are fixed after creation.")
(license license:expat))) (license license:expat)))
(define-public julia-simpletropical
(package
(name "julia-simpletropical")
(version "0.3.5")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/scheinerman/SimpleTropical.jl")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1rdjg7bdayksdklv3h17cbdjj9gs5krbvmn8ri6jw10rgx5ca961"))))
(build-system julia-build-system)
(home-page "https://github.com/scheinerman/SimpleTropical.jl")
(synopsis "Julia implementation of tropical arithmetic")
(description "This package is an implementation of tropical (min-plus)
arithmetic in Julia.")
(license license:expat)))
(define-public julia-softglobalscope (define-public julia-softglobalscope
(package (package
(name "julia-softglobalscope") (name "julia-softglobalscope")