gnu: Add julia-showoff.
* gnu/packages/julia-xyz.scm (julia-showoff): New variable.
This commit is contained in:
parent
3069985482
commit
1ba8c88fc1
1 changed files with 21 additions and 0 deletions
|
@ -2292,6 +2292,27 @@ user-friendly, scratch spaces should, in general, not be used for a storing
|
||||||
files that the user must interact with through a file browser.")
|
files that the user must interact with through a file browser.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public julia-showoff
|
||||||
|
(package
|
||||||
|
(name "julia-showoff")
|
||||||
|
(version "1.0.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/JuliaGraphics/Showoff.jl")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1g4hqvjjpwbrs7fnllyl5w66yj6qlvpvzpygym2nvf01m1ps6m53"))))
|
||||||
|
(build-system julia-build-system)
|
||||||
|
(home-page "https://github.com/JuliaGraphics/Showoff.jl")
|
||||||
|
(synopsis "Nicely format an array of n things for tables and plots")
|
||||||
|
(description "@code{Showoff} provides an interface for consistently
|
||||||
|
formatting an array of n things, e.g. numbers, dates, unitful values. It's used
|
||||||
|
in @code{Gadfly}, @code{Plots} and @code{Makie} to label axes and keys.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public julia-sortingalgorithms
|
(define-public julia-sortingalgorithms
|
||||||
(package
|
(package
|
||||||
(name "julia-sortingalgorithms")
|
(name "julia-sortingalgorithms")
|
||||||
|
|
Reference in a new issue