GNU bug report logs -
#75015
[PATCH 00/38] Astro update 2024/12
Previous Next
Full log
Message #29 received at 75015 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/julia-xyz.scm (julia-compositionsbase): New variable.
Change-Id: I154e3a036607ef97377c93ca0a95a17adbd29db6
---
gnu/packages/julia-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 5097770159..e312efae80 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -1315,6 +1315,29 @@ (define-public julia-compat
way.")
(license license:expat)))
+(define-public julia-compositionsbase
+ (package
+ (name "julia-compositionsbase")
+ (version "0.1.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/JuliaFunctional/CompositionsBase.jl")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "11cfmc0rv0i8j6l7v59k4b367xx006nsxy9lkmqlzikc679zzzwa"))))
+ (build-system julia-build-system)
+ (native-inputs
+ (list julia-documenter))
+ (home-page "https://github.com/JuliaFunctional/CompositionsBase.jl")
+ (synopsis "Composition of morphisms")
+ (description
+ "CompositionsBase.jl exports @code{∘}, @code{⨟} operators and also the
+ASCII aliases, @code{compose}, and @code{opcompose}.")
+ (license license:expat)))
+
(define-public julia-configurations
(package
(name "julia-configurations")
--
2.46.0
This bug report was last modified 142 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.