guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

16/25: gnu: Add julia-showoff.


From: guix-commits
Subject: 16/25: gnu: Add julia-showoff.
Date: Tue, 8 Jun 2021 10:58:46 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 1ba8c88fc184a5ccf62bfb2f14941db075d80b32
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jun 8 17:11:06 2021 +0300

    gnu: Add julia-showoff.
    
    * gnu/packages/julia-xyz.scm (julia-showoff): 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 ccaf8f4..16adf60 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -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.")
     (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
   (package
     (name "julia-sortingalgorithms")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]