Loading pkgs/development/ocaml-modules/ocaml-migrate-parsetree/2.x.nix +4 −1 Original line number Diff line number Diff line { lib, fetchurl, buildDunePackage }: { lib, fetchurl, buildDunePackage, ocaml }: lib.throwIf (lib.versionAtLeast ocaml.version "5.1") "ocaml-migrate-parsetree is not available for OCaml ${ocaml.version}" buildDunePackage rec { pname = "ocaml-migrate-parsetree"; Loading Loading
pkgs/development/ocaml-modules/ocaml-migrate-parsetree/2.x.nix +4 −1 Original line number Diff line number Diff line { lib, fetchurl, buildDunePackage }: { lib, fetchurl, buildDunePackage, ocaml }: lib.throwIf (lib.versionAtLeast ocaml.version "5.1") "ocaml-migrate-parsetree is not available for OCaml ${ocaml.version}" buildDunePackage rec { pname = "ocaml-migrate-parsetree"; Loading