[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/13: gnu: Add ocaml-stdlib-shims.
From: |
guix-commits |
Subject: |
11/13: gnu: Add ocaml-stdlib-shims. |
Date: |
Tue, 3 Sep 2019 17:35:13 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit a21ea76fbf8cc82653f038ded323fe88d1d785e7
Author: Julien Lepiller <address@hidden>
Date: Tue Sep 3 23:12:43 2019 +0200
gnu: Add ocaml-stdlib-shims.
* gnu/packages/ocaml.scm (ocaml-stdlib-shims): 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 3f661b7..d66910c 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2383,6 +2383,28 @@ language.")
can match the question using a regular expression or a timeout.")
(license license:lgpl2.1+))) ; with the OCaml static compilation exception
+(define-public ocaml-stdlib-shims
+ (package
+ (name "ocaml-stdlib-shims")
+ (version "0.1.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/ocaml/stdlib-shims")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "007dwywsr5285z0np6a9nr0h8iqmyzfrlx6s5xaqcwj69zabsrjm"))))
+ (build-system dune-build-system)
+ (home-page "https://github.com/ocaml/stdlib-shims")
+ (synopsis "OCaml stdlib features backport to older OCaml compilers")
+ (description "This package backports some of the new stdlib features to
+older compilers, such as the Stdlib module. This allows projects that require
+compatibility with older compiler to use these new features in their code.")
+ ;; with ocaml-linking exception
+ (license license:lgpl2.1+)))
+
(define-public ocaml-fileutils
(package
(name "ocaml-fileutils")
- branch master updated (948c700 -> 1fe01b7), guix-commits, 2019/09/03
- 04/13: gnu: ocaml-qcheck: Update to 0.10., guix-commits, 2019/09/03
- 02/13: gnu: ocaml-cppo: Update to 1.6.6., guix-commits, 2019/09/03
- 07/13: gnu: ocaml-result: Update to 1.4., guix-commits, 2019/09/03
- 08/13: gnu: ocaml-zarith: Update to 1.9.1., guix-commits, 2019/09/03
- 10/13: gnu: Add ocaml-charinfo-width., guix-commits, 2019/09/03
- 11/13: gnu: Add ocaml-stdlib-shims.,
guix-commits <=
- 01/13: gnu: ocaml-batteries: Update to 2.10.0., guix-commits, 2019/09/03
- 03/13: gnu: ocaml-migrate-parsetree: Update to 1.4.0., guix-commits, 2019/09/03
- 09/13: gnu: ocaml-camomile: Update to 1.0.2., guix-commits, 2019/09/03
- 06/13: gnu: ocaml-odoc: Update to 1.4.1., guix-commits, 2019/09/03
- 05/13: gnu: dune: Update to 1.11.3., guix-commits, 2019/09/03
- 12/13: gnu: ocaml-utop: Update to 2.4.1., guix-commits, 2019/09/03
- 13/13: gnu: ocaml-fileutils: Update to 0.6.0., guix-commits, 2019/09/03