gnu: ocaml-ocplib-endian: Update to 1.2.
* gnu/packages/ocaml.scm (ocaml-ocplib-endian): Update to 1.2.
This commit is contained in:
parent
e46621ca6c
commit
1277bd9fc0
1 changed files with 6 additions and 5 deletions
|
@ -3478,7 +3478,7 @@ standard iterator type starting from 4.07.")
|
||||||
(define-public ocaml-ocplib-endian
|
(define-public ocaml-ocplib-endian
|
||||||
(package
|
(package
|
||||||
(name "ocaml-ocplib-endian")
|
(name "ocaml-ocplib-endian")
|
||||||
(version "1.0")
|
(version "1.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -3486,12 +3486,13 @@ standard iterator type starting from 4.07.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0s1ld3kavz892b8awyxyg1mr98h2g61gy9ci5v6yb49bsii6wicw"))
|
"1klj4g451s7m5r8bxmwc1rpvngpqdm40csnx9smgc06pwy2fax2c"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system ocaml-build-system)
|
(build-system dune-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:test-target "tests"))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("cppo" ,ocaml-cppo)
|
`(("cppo" ,ocaml-cppo)))
|
||||||
("ocamlbuild" ,ocamlbuild)))
|
|
||||||
(home-page "https://github.com/OCamlPro/ocplib-endian")
|
(home-page "https://github.com/OCamlPro/ocplib-endian")
|
||||||
(synopsis "Optimised functions to read and write int16/32/64 from strings
|
(synopsis "Optimised functions to read and write int16/32/64 from strings
|
||||||
and bigarrays")
|
and bigarrays")
|
||||||
|
|
Reference in a new issue