[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/26: gnu: ocaml-jane-street-headers: Build only with OCaml 4.07.
From: |
guix-commits |
Subject: |
24/26: gnu: ocaml-jane-street-headers: Build only with OCaml 4.07. |
Date: |
Thu, 15 Oct 2020 12:02:11 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit f2df5a4bb200e4d7c7ed5c569bccc137b99840b3
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Thu Oct 1 14:35:49 2020 +0200
gnu: ocaml-jane-street-headers: Build only with OCaml 4.07.
* gnu/packages/ocaml.scm (ocaml-jane-street-headers): Rename to...
(ocaml4.07-jane-street-headers): ...to this. Use OCaml 4.07.
---
gnu/packages/ocaml.scm | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 7c79639..8fbc1fe 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -5158,9 +5158,9 @@ This library implements a splittable pseudo-random number
generator that sacrifi
cryptographic-quality randomness in favor of performance.")
(license license:asl2.0)))
-(define-public ocaml-jane-street-headers
+(define-public ocaml4.07-jane-street-headers
(package
- (name "ocaml-jane-street-headers")
+ (name "ocaml4.07-jane-street-headers")
(version "0.11.0")
(source (origin
(method url-fetch)
@@ -5172,7 +5172,10 @@ cryptographic-quality randomness in favor of
performance.")
"0afhzm08l9v883fhpqqh2lmy7az609pxif40bp7x1sk8c0yszqsh"))))
(build-system dune-build-system)
(arguments
- `(#:test-target "."))
+ `(#:test-target "."
+ #:ocaml ,ocaml-4.07
+ #:findlib ,ocaml4.07-findlib
+ #:dune ,ocaml4.07-dune))
(home-page "https://github.com/janestreet/jane-street-headers")
(synopsis "Jane Street C header files")
(description "This package provides C header files shared between the
@@ -5326,8 +5329,7 @@ standard library that was developed by Jane Street.")
("ocaml-bin-prot" ,ocaml4.07-bin-prot)
("ocaml-configurator" ,ocaml4.07-configurator)
("ocaml-fieldslib" ,ocaml4.07-fieldslib)
- ("ocaml-jane-street-headers"
- ,(package-with-ocaml4.07 ocaml-jane-street-headers))
+ ("ocaml-jane-street-headers" ,ocaml4.07-jane-street-headers)
("ocaml-ppx-assert" ,ocaml4.07-ppx-assert)
("ocaml-ppx-base" ,ocaml4.07-ppx-base)
("ocaml-ppx-hash" ,ocaml4.07-ppx-hash)
- branch master updated (057a886 -> 3391779), guix-commits, 2020/10/15
- 02/26: gnu: camlp5: Update to 7.13., guix-commits, 2020/10/15
- 24/26: gnu: ocaml-jane-street-headers: Build only with OCaml 4.07.,
guix-commits <=
- 11/26: gnu: ocaml4.07-utop: Do not use deprecated jbuilder., guix-commits, 2020/10/15
- 13/26: gnu: ocaml4.07-ppx-expect: Do not use deprecated jbuilder., guix-commits, 2020/10/15
- 19/26: gnu: ocaml-fmt: Update to 0.8.9., guix-commits, 2020/10/15
- 25/26: gnu: ocaml-4.07: Ensure build with ocaml4.7-dune., guix-commits, 2020/10/15
- 15/26: gnu: ocaml-tyxml: Do not use deprecated jbuilder., guix-commits, 2020/10/15
- 26/26: gnu: dune: Update to 2.7.1., guix-commits, 2020/10/15
- 14/26: gnu: ocaml4.07-core: Do not use deprecated jbuilder., guix-commits, 2020/10/15
- 07/26: gnu: ocaml-bitstring: Do not use deprecated jbuilder., guix-commits, 2020/10/15
- 12/26: gnu: ocaml4.07-merlin: Do not use deprecated jbuilder., guix-commits, 2020/10/15
- 16/26: gnu: opam: Update to 2.0.7., guix-commits, 2020/10/15