File tree Expand file tree Collapse file tree 10 files changed +19
-19
lines changed Expand file tree Collapse file tree 10 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ build: [
99]
1010depends: [
1111 "ocaml" {>= "4.00.0" & < "4.06.0"}
12- "yojson"
12+ "yojson" {< "2.0.0"}
1313 "xmlm"
1414 "ounit"
1515 "react"
1616 "lwt" {< "3.0.0"}
17- "extlib"
17+ "extlib" {< "1.7.8"}
1818 "ocurl"
1919 "sha" {>= "1.9"}
2020 "camlp4"
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ build: [
99]
1010depends: [
1111 "ocaml" {>= "4.00.0" & < "4.06.0"}
12- "yojson"
12+ "yojson" {< "2.0.0"}
1313 "xmlm"
1414 "ounit"
1515 "react"
1616 "lwt" {< "3.0.0"}
17- "extlib"
17+ "extlib" {< "1.7.8"}
1818 "ocurl"
1919 "sha" {>= "1.9"}
2020 "camlp4" {build}
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ build: [
1010]
1111depends: [
1212 "ocaml" {>= "4.02.3" & < "4.06.0"}
13- "yojson"
13+ "yojson" {< "2.0.0"}
1414 "xmlm"
1515 "ounit" {with-test}
1616 "lwt" {< "3.0.0"}
1717 "lwt_react"
18- "extlib"
18+ "extlib" {< "1.7.8"}
1919 "ocurl" {>= "0.7.9"}
2020 "sha" {>= "1.9"}
2121 "ocamlbuild" {build}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ build: [
1010]
1111depends: [
1212 "ocaml" {>= "4.02.3" & < "4.07"}
13- "yojson"
13+ "yojson" {< "2.0.0"}
1414 "xmlm"
1515 "ounit" {with-test}
1616 "lwt_react"
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ build: [
99]
1010depends: [
1111 "ocaml" {>= "4.00.0" & < "4.06.0"}
12- "yojson"
12+ "yojson" {< "2.0.0"}
1313 "xmlm"
1414 "ounit"
1515 "react"
1616 "lwt" {< "3.0.0"}
17- "extlib"
17+ "extlib" {< "1.7.8"}
1818 "ocurl"
1919 "sha" {>= "1.9"}
2020 "camlp4" {build}
Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ build: [
1010]
1111depends: [
1212 "ocaml" {>= "4.03.0"}
13- "yojson"
13+ "yojson" {< "2.0.0"}
1414 "xmlm"
1515 "ounit" {with-test}
1616 "lwt" {< "5.0.0"}
1717 "lwt_react"
1818 "ocurl" {>= "0.7.9"}
1919 "sha" {>= "1.9"}
20- "dune" {< "2.0"}
20+ "dune" {>= "1.4" & < "2.0"}
2121 "cppo" {build}
2222]
2323depopts: ["obus" "lablgtk" "lwt_glib"]
Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ build: [
1010]
1111depends: [
1212 "ocaml" {>= "4.03.0" & < "4.08.0"}
13- "yojson"
13+ "yojson" {< "2.0.0"}
1414 "xmlm"
1515 "ounit" {with-test}
1616 "lwt" {< "5.0.0"}
1717 "lwt_react"
1818 "ocurl" {>= "0.7.9"}
1919 "sha" {>= "1.9"}
20- "dune" {< "2.0"}
20+ "dune" {>= "1.4" & < "2.0"}
2121 "cppo" {build}
2222]
2323depopts: ["obus" "lablgtk" "lwt_glib"]
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ build: [
77patches: [ "gui_gtk_dir.patch" ]
88depends: [
99 "ocaml"
10- "yojson"
10+ "yojson" {< "2.0.0"}
1111 "xmlm"
1212 "ounit"
1313 "react"
1414 "lwt" {< "3.0.0"}
15- "extlib"
15+ "extlib" {< "1.7.8"}
1616 "ssl"
1717 "ocurl"
1818 "ocamlbuild" {build & <= "0.9.3"}
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ build: [
77patches: [ "gui_gtk_dir.patch" ]
88depends: [
99 "ocaml" {>= "4.00.0" & < "4.02"}
10- "yojson"
10+ "yojson" {< "2.0.0"}
1111 "xmlm"
1212 "ounit"
1313 "react"
1414 "lwt" {<= "2.4.6"}
15- "extlib"
15+ "extlib" {< "1.7.8"}
1616 "ocurl"
1717 "sha" {>= "1.9"}
1818 "ocamlbuild" {build & <= "0.9.3"}
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ build: [
99]
1010depends: [
1111 "ocaml" {>= "4.00.0" & < "4.06.0"}
12- "yojson"
12+ "yojson" {< "2.0.0"}
1313 "xmlm"
1414 "ounit"
1515 "react"
1616 "lwt" {< "3.0.0"}
17- "extlib"
17+ "extlib" {< "1.7.8"}
1818 "ocurl"
1919 "sha" {>= "1.9"}
2020 "ocamlbuild" {build & <= "0.9.3"}
You can’t perform that action at this time.
0 commit comments