all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 52213@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#52213] [PATCH 2/2] gnu: Add julia-millboard.
Date: Tue, 30 Nov 2021 20:30:10 -0500	[thread overview]
Message-ID: <20211201013010.7078-2-jgart@dismail.de> (raw)
In-Reply-To: <20211201013010.7078-1-jgart@dismail.de>

* gnu/packages/julia-xyz.scm (julia-millboard): New variable.
---
 gnu/packages/julia-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 68eb92182b..a4551dd67e 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -4995,6 +4995,29 @@ (define-public julia-softglobalscope
 especially for beginners.")
     (license license:expat)))
 
+(define-public julia-millboard
+  (package
+    (name "julia-millboard")
+    (version "0.2.5")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/wookay/Millboard.jl")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0k9jqgp285qhckldvvsmfk6s69dcr8s74m2fijgm2vxjj2gqjs1n"))))
+    (build-system julia-build-system)
+    (native-inputs
+      `(("julia-jive" ,julia-jive)))
+    (home-page "https://github.com/wookay/Millboard.jl")
+    (synopsis "Displaying data in tables for Julia")
+    (description
+"@code{julia-millboard} provides a library for getting data in a tablized format
+to arrange into rows and columns of cells.")
+    (license license:expat)))
+
 (define-public julia-jive
   (package
     (name "julia-jive")
-- 
2.34.0





  reply	other threads:[~2021-12-01  1:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-01  1:30 [bug#52212] [PATCH 1/2] gnu: Add julia-jive jgart via Guix-patches via
2021-12-01  1:30 ` jgart via Guix-patches via [this message]
2021-12-01 12:09   ` bug#52213: [PATCH 2/2] gnu: Add julia-millboard Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211201013010.7078-2-jgart@dismail.de \
    --to=guix-patches@gnu.org \
    --cc=52213@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.