File tree Expand file tree Collapse file tree 28 files changed +71
-34
lines changed Expand file tree Collapse file tree 28 files changed +71
-34
lines changed Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "Library providing monadic threads"
4+ maintainer: ["The Savonet Team <
[email protected] >"]
5+ authors: ["Romain Beauxis <
[email protected] >"]
6+ license: "LGPL-2.1-only"
7+ homepage: "https://github.com/savonet/ocaml-duppy"
8+ bug-reports: "https://github.com/savonet/ocaml-duppy/issues"
9+ depends: [
10+ "ocaml" {>= "4.07.0"}
11+ "dune" {>= "2.7"}
12+ "pcre"
13+ "odoc" {with-doc}
14+ ]
15+ build: [
16+ ["dune" "subst"] {dev}
17+ [
18+ "dune"
19+ "build"
20+ "-p"
21+ name
22+ "-j"
23+ jobs
24+ "@install"
25+ "@runtest" {with-test}
26+ "@doc" {with-doc}
27+ ]
28+ ]
29+ dev-repo: "git+https://github.com/savonet/ocaml-duppy.git"
30+ url {
31+ src:
32+ "https://github.com/savonet/ocaml-duppy/archive/refs/tags/v0.9.3.tar.gz"
33+ checksum: [
34+ "md5=a422e45d351ffaea08ef78df83d613c1"
35+ "sha512=a28afdf46521b3c3e4730af142dc24a7cdd7073857f30e394737caf5ca17afb97374078c2d54cfd9a5016d73203f03d5bd43d74e8c5fc96599dc6c81d861738a"
36+ ]
37+ }
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ depends: [
1919 "pcre"
2020 "camomile" {< "1.0.0"}
2121 "dtools"
22- "duppy" {>= "0.5.0"}
23- "mm" {> = "0.2.1"}
22+ "duppy" {>= "0.5.0" & < "0.9.0" }
23+ "mm" {= "0.2.1"}
2424]
2525depopts: [
2626 "cry"
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ depends: [
1818 "pcre"
1919 "camomile" {< "1.0.0"}
2020 "dtools"
21- "duppy" {>= "0.5.0"}
22- "mm" {> = "0.3.0 "}
21+ "duppy" {>= "0.5.0" & < "0.9.0" }
22+ "mm" {= "0.2.1 "}
2323]
2424depopts: [
2525 "cry"
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ depends: [
1616 "ocaml" {>= "4.00" & < "4.06"}
1717 "camomile" {< "1.0.0"}
1818 "dtools"
19- "duppy" {>= "0.6.0"}
20- "mm" {>= "0.3.0"}
19+ "duppy" {>= "0.6.0" & < "0.9.0" }
20+ "mm" {>= "0.3.0" & < "0.3.1" }
2121 "ocamlfind"
2222 "pcre"
2323]
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ depends: [
1616 "ocaml" {>= "4.00" & < "4.06"}
1717 "camomile" {< "1.0.0"}
1818 "dtools"
19- "duppy" {>= "0.6.0"}
20- "mm" {>= "0.3.0"}
19+ "duppy" {>= "0.6.0" & < "0.9.0" }
20+ "mm" {>= "0.3.0" & < "0.3.1" }
2121 "ocamlfind"
2222 "pcre"
2323]
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ depends: [
1616 "ocaml" {>= "4.00" & < "4.06"}
1717 "camomile" {< "1.0.0"}
1818 "dtools"
19- "duppy" {>= "0.6.0"}
20- "mm" {>= "0.3.0"}
19+ "duppy" {>= "0.6.0" & < "0.9.0" }
20+ "mm" {>= "0.3.0" & < "0.3.1" }
2121 "ocamlfind"
2222 "pcre"
2323]
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ depends: [
1717 "ocaml" {>= "4.00" & < "4.06.0"}
1818 "camomile" {>= "1.0.0" & < "2.0.0"}
1919 "dtools" {>= "0.3.4"}
20- "duppy" {>= "0.6.0"}
21- "mm" {>= "0.2 .1"}
20+ "duppy" {>= "0.6.0" & < "0.9.0" }
21+ "mm" {>= "0.3.0" & < "0.3 .1"}
2222 "ocamlfind"
2323 "pcre"
2424]
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ depends: [
1616 "ocaml" {>= "4.00" & < "4.06.0"}
1717 "camomile" {>= "1.0.0" & < "2.0.0"}
1818 "dtools" {>= "0.3.4"}
19- "duppy" {>= "0.6.0"}
20- "mm" {>= "0.3.0"}
19+ "duppy" {>= "0.6.0" & < "0.9.0" }
20+ "mm" {>= "0.3.0" & < "0.3.1" }
2121 "ocamlfind"
2222 "pcre"
2323]
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ depends: [
5353 "ocaml" {>= "4.08.0"}
5454 "camomile" {>= "1.0.0" & < "2.0.0"}
5555 "dtools" {>= "0.4.1"}
56- "duppy" {>= "0.8.0"}
56+ "duppy" {>= "0.8.0" & < "0.9.3" }
5757 "menhir" {>= "20180703" & < "20211215"}
5858 "mm" {>= "0.5.0" & < "0.6.0"}
5959 "ocamlfind" {build}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ depends: [
1818 "ocaml" {>= "4.08.0"}
1919 "camomile" {>= "1.0.0" & < "2.0.0"}
2020 "dtools" {>= "0.4.4"}
21- "duppy" {>= "0.9.1"}
21+ "duppy" {>= "0.9.1" & < "0.9.3" }
2222 "menhir" {>= "20180703" & <= "20211128"}
2323 "mm" {>= "0.7.0" & < "0.8.0"}
2424 "ocamlfind" {build}
You can’t perform that action at this time.
0 commit comments