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
Message #20 received at 50490 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/julia-xyz.scm (julia-ansicoloredprinters): New variable.
---
gnu/packages/julia-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 2f953a33b7..309687019d 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -98,6 +98,26 @@ (define-public julia-adapt
be GPU compatible without throwing away the wrapper.")
(license license:expat)))
+(define-public julia-ansicoloredprinters
+ (package
+ (name "julia-ansicoloredprinters")
+ (version "0.0.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/JuliaDocs/ANSIColoredPrinters.jl")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0dp5agljr0g50s5gn0pr70wrz01ggck6pb40ay3l4szhswq7mqzf"))))
+ (build-system julia-build-system)
+ (home-page "https://github.com/JuliaDocs/ANSIColoredPrinters.jl")
+ (synopsis "ANSI escape code translator")
+ (description "@code{ANSIColoredPrinters.jl} converts a text qualified by
+ANSI escape codes to another format.")
+ (license license:expat)))
+
(define-public julia-aqua
(package
(name "julia-aqua")
--
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.