File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
opam-version: "1.2"
2
-
2
+
3
3
authors: "Ocsigen team"
4
4
bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"
5
- homepage: "http://ocsigen.org/js_of_ocaml"
6
- dev-repo: "https://github.com/ocsigen/js_of_ocaml.git"
5
+ homepage: "http://ocsigen.org/js_of_ocaml"
6
+ dev-repo: "https://github.com/ocsigen/js_of_ocaml.git"
7
7
8
8
version: "dev"
9
9
@@ -20,14 +20,14 @@ depends: [
20
20
"cppo"
21
21
"camlp4"
22
22
"base64" {>= "2.0.0"}
23
- ( "base-no-ppx" | "ppx_tools" )
23
+ ("base-no-ppx" | "ppx_tools")
24
24
"ocamlbuild"
25
25
]
26
26
depopts: ["deriving" "ppx_deriving" "tyxml" "reactiveData" ]
27
27
conflicts: [
28
- "deriving" {< "0.6"}
29
- "tyxml" {< "3.6.0"}
28
+ "deriving" {< "0.6"}
29
+ "tyxml" {< "3.6.0"}
30
30
"ppx_deriving" {< "3.0"}
31
- "reactiveData" {< "2.0 "}
31
+ "reactiveData" {< "0.2 "}
32
32
]
33
33
available: [ ocaml-version >= "4.00.0" ]
You can’t perform that action at this time.
0 commit comments