[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/05: gnu: Add ocaml-bigarray-compat.
From: |
guix-commits |
Subject: |
01/05: gnu: Add ocaml-bigarray-compat. |
Date: |
Thu, 25 Apr 2019 13:02:11 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit ce9a30e6f4a34df45a4a165fea315f61745bb1d3
Author: Julien Lepiller <address@hidden>
Date: Sun Apr 14 13:54:18 2019 +0200
gnu: Add ocaml-bigarray-compat.
* gnu/packages/ocaml.scm (ocaml-bigarray-compat): New variable.
---
gnu/packages/ocaml.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index ee8b82d..92bfc75 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -867,6 +867,28 @@ Knuthâs LR(1) parser construction technique.")
(inputs `(("ocaml" ,ocaml-4.02)))
(native-inputs '())))
+(define-public ocaml-bigarray-compat
+ (package
+ (name "ocaml-bigarray-compat")
+ (version "1.0.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/mirage/bigarray-compat")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "06j1dwlpisxshdd0nab4n4x266gg1s1n8na16lpgw3fvcznwnimz"))))
+ (build-system dune-build-system)
+ (arguments
+ `(#:tests? #f)); no tests
+ (home-page "https://github.com/mirage/bigarray-compat")
+ (synopsis "OCaml compatibility library")
+ (description "This package contains a compatibility library for
address@hidden in OCaml.")
+ (license license:isc)))
+
(define-public lablgtk
(package
(name "lablgtk")
- branch master updated (57e2b24 -> c3634df), guix-commits, 2019/04/25
- 02/05: gnu: bap: Update to 1.6.0., guix-commits, 2019/04/25
- 04/05: gnu: ocamlify: Downgrade to 0.0.1., guix-commits, 2019/04/25
- 03/05: gnu: Remove ocaml-jbuilder., guix-commits, 2019/04/25
- 01/05: gnu: Add ocaml-bigarray-compat.,
guix-commits <=
- 05/05: gnu: address@hidden: Remove the package, affected by a CVE, and its dependent packages., guix-commits, 2019/04/25