diff --git a/junit.opam b/junit.opam index c6b6547..958d7e1 100644 --- a/junit.opam +++ b/junit.opam @@ -8,7 +8,6 @@ dev-repo: "https://github.com/Khady/ocaml-junit.git" doc: "https://khady.github.io/ocaml-junit/" tags: ["junit" "jenkins"] depends: [ - "ocamlfind" {build} "jbuilder" {build & >= "1.0+beta10"} "ptime" "tyxml" {>= "4.0.0"} diff --git a/junit_alcotest.opam b/junit_alcotest.opam index 45b99d7..562d81b 100644 --- a/junit_alcotest.opam +++ b/junit_alcotest.opam @@ -8,7 +8,6 @@ dev-repo: "https://github.com/Khady/ocaml-junit.git" doc: "https://khady.github.io/ocaml-junit/" tags: ["junit" "jenkins" "alcotest"] depends: [ - "ocamlfind" {build} "jbuilder" {build & >= "1.0+beta10"} "odoc" {doc & >= "1.1.1"} "alcotest" diff --git a/junit_ounit.opam b/junit_ounit.opam index a916ede..c38de25 100644 --- a/junit_ounit.opam +++ b/junit_ounit.opam @@ -8,7 +8,6 @@ dev-repo: "https://github.com/Khady/ocaml-junit.git" doc: "https://khady.github.io/ocaml-junit/" tags: ["junit" "jenkins" "ounit"] depends: [ - "ocamlfind" {build} "jbuilder" {build & >= "1.0+beta10"} "odoc" {doc & >= "1.1.1"} "ounit"