mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
ocamlPackages.sexplib: 0.9.3 -> 0.10.0
This commit is contained in:
parent
8dc107be5b
commit
32ac626973
@ -6,19 +6,13 @@ rec {
|
|||||||
|
|
||||||
# Jane Street packages, up to ppx_core
|
# Jane Street packages, up to ppx_core
|
||||||
|
|
||||||
sexplib = janePackage ({
|
sexplib = janePackage {
|
||||||
name = "sexplib";
|
name = "sexplib";
|
||||||
meta.description = "Automated S-expression conversion";
|
meta.description = "Automated S-expression conversion";
|
||||||
} // (if lib.versionAtLeast ocaml.version "4.05"
|
version = "0.10.0";
|
||||||
then {
|
hash = "1agw649n0rnf6h4y2dr1zs1970nncxgjmf90848vbxv8y9im4yy2";
|
||||||
version = "0.9.3";
|
buildInputs = [ num ];
|
||||||
hash = "0a2sqh235ja3qwy7b2k3qym2616dz7369a195qwi6ljy3cnh7s53";
|
};
|
||||||
buildInputs = [ num ];
|
|
||||||
} else {
|
|
||||||
version = "0.9.2";
|
|
||||||
hash = "0szj7gi5ksy7kif5g71rkr6xhxc41xl8hq6s5zz610cjyngzyzjl";
|
|
||||||
}
|
|
||||||
));
|
|
||||||
|
|
||||||
base = janePackage {
|
base = janePackage {
|
||||||
name = "base";
|
name = "base";
|
||||||
|
Loading…
Reference in New Issue
Block a user