ocamlPackages.bigstring: 0.2 → 0.3

This commit is contained in:
Vincent Laporte 2021-03-31 20:47:55 +02:00 committed by Vincent Laporte
parent d99c24d00a
commit 086ae4a06d

View file

@ -2,7 +2,9 @@
buildDunePackage rec { buildDunePackage rec {
pname = "bigstring"; pname = "bigstring";
version = "0.2"; version = "0.3";
useDune2 = true;
minimumOCamlVersion = "4.03"; minimumOCamlVersion = "4.03";
@ -10,10 +12,11 @@ buildDunePackage rec {
owner = "c-cube"; owner = "c-cube";
repo = "ocaml-bigstring"; repo = "ocaml-bigstring";
rev = version; rev = version;
sha256 = "0ypdf29cmwmjm3djr5ygz8ls81dl41a4iz1xx5gbcdpbrdiapb77"; sha256 = "0bkxwdcswy80f6rmx5wjza92xzq4rdqsb4a9fm8aav8bdqx021n8";
}; };
doCheck = true; # Circular dependency with bigstring-unix
doCheck = false;
meta = with lib; { meta = with lib; {
homepage = "https://github.com/c-cube/ocaml-bigstring"; homepage = "https://github.com/c-cube/ocaml-bigstring";