GNU bug report logs -
#53017
[PATCH 00/17] Add julia-biosequences and julia-bioalignments
Previous Next
Reported by: zimoun <zimon.toutoune <at> gmail.com>
Date: Tue, 4 Jan 2022 22:46: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
Message #29 received at 53017 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/julia-xyz.scm (julia-twiddle): New variable.
---
gnu/packages/julia-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 1508a86dd1..e407b1aec5 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -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/BenJWard/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")
--
2.33.1
This bug report was last modified 3 years and 183 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.