GNU bug report logs -
#50490
[PATCH 0/5] Some julia packages
Previous Next
Reported by: Efraim Flashner <efraim <at> flashner.co.il>
Date: Thu, 9 Sep 2021 18:20:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/julia-xyz.scm (julia-mlstyle): New variable.
---
gnu/packages/julia-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 222f9f129e..3616ffd006 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -2508,6 +2508,28 @@ resolving them into absolute units.")
with @code{missing} values in Julia.")
(license license:expat)))
+(define-public julia-mlstyle
+ (package
+ (name "julia-mlstyle")
+ (version "0.4.10")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/thautwarm/MLStyle.jl")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0h1cd7cr4c4cnpqyj3180113gdbvcc047lqphp8a8gq5smp3c059"))))
+ (build-system julia-build-system)
+ (native-inputs
+ `(("julia-datastructures" ,julia-datastructures)))
+ (home-page "https://thautwarm.github.io/MLStyle.jl/latest/")
+ (synopsis "Julia functional programming infrastructures")
+ (description "This package provides consistent and extensible functional
+programming infrastructures, and metaprogramming facilities.")
+ (license license:expat)))
+
(define-public julia-mocking
(package
(name "julia-mocking")
--
2.33.0
This bug report was last modified 3 years and 234 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.