this repo has no description

Do not allow co-installation with ounit1 with different version

Supersedes https://github.com/ocaml/opam-repository/pull/21354

Signed-off-by: Marcello Seri <marcello.seri@gmail.com>

Changed files
+21
packages
ounit
ounit.1.1.2
ounit.2.0.0
ounit.2.0.5
ounit.2.0.6
ounit.2.0.7
ounit.2.0.8
ounit.2.1.2
+3
packages/ounit/ounit.1.1.2/opam
···
"ocamlbuild" {build}
"camlp4"
]
+
conflicts: [
+
"ounit2" {!= version}
+
]
install: [make "install"]
synopsis:
"Unit testing framework inspired by the JUnit tool and the HUnit tool"
+3
packages/ounit/ounit.2.0.0/opam
···
"ocamlfind"
"ocamlbuild" {build}
]
+
conflicts: [
+
"ounit2" {!= version}
+
]
patches: "safe-string.patch" {ocaml:version >= "4.04.0"}
install: [make "install"]
synopsis:
+3
packages/ounit/ounit.2.0.5/opam
···
"ocamlbuild" {build}
"base-bytes"
]
+
conflicts: [
+
"ounit2" {!= version}
+
]
install: [make "install"]
synopsis:
"Unit testing framework loosely based on HUnit. It is similar to JUnit, and other XUnit testing frameworks"
+3
packages/ounit/ounit.2.0.6/opam
···
"ocamlbuild" {build}
"base-bytes"
]
+
conflicts: [
+
"ounit2" {!= version}
+
]
install: [make "install"]
synopsis:
"Unit testing framework loosely based on HUnit. It is similar to JUnit, and other XUnit testing frameworks"
+3
packages/ounit/ounit.2.0.7/opam
···
"ocamlbuild" {build}
"base-bytes"
]
+
conflicts: [
+
"ounit2" {!= version}
+
]
install: [make "install"]
synopsis:
"Unit testing framework loosely based on HUnit. It is similar to JUnit, and other XUnit testing frameworks"
+3
packages/ounit/ounit.2.0.8/opam
···
"ocamlbuild" {build}
"base-bytes"
]
+
conflicts: [
+
"ounit2" {!= version}
+
]
install: [make "install"]
synopsis:
"Unit testing framework loosely based on HUnit. It is similar to JUnit, and other XUnit testing frameworks"
+3
packages/ounit/ounit.2.1.2/opam
···
"base-unix"
"stdlib-shims"
]
+
conflicts: [
+
"ounit2" {!= version}
+
]
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test & ocaml:version < "4.11"}