[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/33: gnu: Add julia-json3.
From: |
guix-commits |
Subject: |
03/33: gnu: Add julia-json3. |
Date: |
Mon, 14 Jun 2021 07:46:17 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit a5daa8c0ab400bffc53f245069a62c9503addf63
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jun 14 10:37:35 2021 +0300
gnu: Add julia-json3.
* gnu/packages/julia-xyz.scm (julia-json3): 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 4ddebff..bd24f81 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -1552,6 +1552,29 @@ extensions to the iterator interface.")
and printing JSON documents.")
(license license:expat)))
+(define-public julia-json3
+ (package
+ (name "julia-json3")
+ (version "1.8.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/quinnj/JSON3.jl")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1mc3byqm6ygg4mjpdrx6grkr4gn06p25nr7050jgq1k2cf06iqba"))))
+ (build-system julia-build-system)
+ (propagated-inputs
+ `(("julia-parsers" ,julia-parsers)
+ ("julia-structtypes" ,julia-structtypes)))
+ (home-page "https://github.com/quinnj/JSON3.jl")
+ (synopsis "JSON package for Julia")
+ (description "This package provides another JSON package for Julia, with a
+focus on speed and slick struct mapping.")
+ (license license:expat)))
+
(define-public julia-lazyarrays
(package
(name "julia-lazyarrays")
- branch master updated (d3ff6e5 -> ad2a86b), guix-commits, 2021/06/14
- 03/33: gnu: Add julia-json3.,
guix-commits <=
- 02/33: gnu: Add julia-structtypes., guix-commits, 2021/06/14
- 06/33: gnu: Add julia-deepdiffs., guix-commits, 2021/06/14
- 01/33: gnu: Add julia-combinatorics., guix-commits, 2021/06/14
- 08/33: gnu: Add julia-ellipsisnotation., guix-commits, 2021/06/14
- 14/33: gnu: Add julia-reversediff., guix-commits, 2021/06/14
- 15/33: gnu: Add julia-positivefactorizations., guix-commits, 2021/06/14
- 20/33: gnu: Add julia-mosaicviews., guix-commits, 2021/06/14
- 33/33: gnu: julia-static: Update to 0.2.5., guix-commits, 2021/06/14
- 24/33: gnu: Add julia-imagebase., guix-commits, 2021/06/14
- 28/33: gnu: Add julia-imagetransformations., guix-commits, 2021/06/14