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.
This commit is contained in:
parent
c49b94a56c
commit
f2df5a4bb2
@ -5158,9 +5158,9 @@ This library implements a splittable pseudo-random number generator that sacrifi
|
|||||||
cryptographic-quality randomness in favor of performance.")
|
cryptographic-quality randomness in favor of performance.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public ocaml-jane-street-headers
|
(define-public ocaml4.07-jane-street-headers
|
||||||
(package
|
(package
|
||||||
(name "ocaml-jane-street-headers")
|
(name "ocaml4.07-jane-street-headers")
|
||||||
(version "0.11.0")
|
(version "0.11.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
@ -5172,7 +5172,10 @@ cryptographic-quality randomness in favor of performance.")
|
|||||||
"0afhzm08l9v883fhpqqh2lmy7az609pxif40bp7x1sk8c0yszqsh"))))
|
"0afhzm08l9v883fhpqqh2lmy7az609pxif40bp7x1sk8c0yszqsh"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(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")
|
(home-page "https://github.com/janestreet/jane-street-headers")
|
||||||
(synopsis "Jane Street C header files")
|
(synopsis "Jane Street C header files")
|
||||||
(description "This package provides C header files shared between the
|
(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-bin-prot" ,ocaml4.07-bin-prot)
|
||||||
("ocaml-configurator" ,ocaml4.07-configurator)
|
("ocaml-configurator" ,ocaml4.07-configurator)
|
||||||
("ocaml-fieldslib" ,ocaml4.07-fieldslib)
|
("ocaml-fieldslib" ,ocaml4.07-fieldslib)
|
||||||
("ocaml-jane-street-headers"
|
("ocaml-jane-street-headers" ,ocaml4.07-jane-street-headers)
|
||||||
,(package-with-ocaml4.07 ocaml-jane-street-headers))
|
|
||||||
("ocaml-ppx-assert" ,ocaml4.07-ppx-assert)
|
("ocaml-ppx-assert" ,ocaml4.07-ppx-assert)
|
||||||
("ocaml-ppx-base" ,ocaml4.07-ppx-base)
|
("ocaml-ppx-base" ,ocaml4.07-ppx-base)
|
||||||
("ocaml-ppx-hash" ,ocaml4.07-ppx-hash)
|
("ocaml-ppx-hash" ,ocaml4.07-ppx-hash)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user