ocamlPackages.piaf: disable for OCaml ≥ 5.0

This commit is contained in:
Vincent Laporte
2022-12-27 05:11:38 +01:00
parent 9e259e25bd
commit c7a97b50fe

View File

@@ -1,5 +1,6 @@
{ alcotest-lwt
, buildDunePackage
, ocaml
, dune-site
, fetchzip
, gluten-lwt-unix
@@ -14,6 +15,9 @@
, uri
}:
lib.throwIf (lib.versionAtLeast ocaml.version "5.0")
"piaf is not available for OCaml ${ocaml.version}"
buildDunePackage rec {
pname = "piaf";
version = "0.1.0";