this repo has no description

Apply suggestions from code review

Kate 96c1a0d8 93d481c5

Changed files
+4 -8
packages
opam-file-format
opam-file-format.2.1.0
opam-file-format.2.1.2
opam-file-format.2.1.3
opam-file-format.2.1.4
+1 -2
packages/opam-file-format/opam-file-format.2.1.0/opam
···
homepage: "https://opam.ocaml.org"
bug-reports: "https://github.com/ocaml/opam-file-format/issues"
depends: [
-
"ocaml" {< "5.0.0"}
+
("ocaml" {< "5.0.0"} | "dune")
]
-
depopts: ["dune"]
build: [
[make "byte" {!ocaml-native} "all" {ocaml-native}] {!dune:installed}
["dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc}]
+1 -2
packages/opam-file-format/opam-file-format.2.1.2/opam
···
homepage: "https://opam.ocaml.org"
bug-reports: "https://github.com/ocaml/opam-file-format/issues"
depends: [
-
"ocaml" {< "5.0.0"}
+
("ocaml" {< "5.0.0"} | "dune")
"alcotest" {with-test}
]
-
depopts: ["dune"]
build: [
[make "byte" {!ocaml:native} "all" {ocaml:native}] {!dune:installed}
["dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc}]
+1 -2
packages/opam-file-format/opam-file-format.2.1.3/opam
···
]
install: [make "install" "PREFIX=%{prefix}%"] {!dune:installed}
depends: [
-
"ocaml" {< "5.0.0"}
+
("ocaml" {< "5.0.0"} | "dune")
"alcotest" {with-test}
]
-
depopts: [
"dune"
]
conflicts: "dune" {< "1.3.0"}
+1 -2
packages/opam-file-format/opam-file-format.2.1.4/opam
···
homepage: "https://opam.ocaml.org"
bug-reports: "https://github.com/ocaml/opam-file-format/issues"
depends: [
-
"ocaml" {< "5.0.0"}
+
("ocaml" {< "5.0.0"} | "dune")
"alcotest" {with-test}
]
-
depopts: ["dune"]
conflicts: [
"dune" {< "1.3.0"}
]