gnu: Add julia-ansicoloredprinters.
* gnu/packages/julia-xyz.scm (julia-ansicoloredprinters): New variable.
This commit is contained in:
parent
3893f13669
commit
60d3484f7c
1 changed files with 20 additions and 0 deletions
|
@ -100,6 +100,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")
|
||||
|
|
Loading…
Reference in a new issue