Skip to content

Commit 09156c0

Browse files
committed
fix opam file
1 parent 559d835 commit 09156c0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

opam

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
opam-version: "1.2"
2-
maintainer: "[email protected]"
2+
maintainer: "[email protected]"
33
authors: "Ocsigen team"
44
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"
77

88
version: "dev"
99

@@ -20,14 +20,14 @@ depends: [
2020
"cppo"
2121
"camlp4"
2222
"base64" {>= "2.0.0"}
23-
( "base-no-ppx" | "ppx_tools" )
23+
("base-no-ppx" | "ppx_tools")
2424
"ocamlbuild"
2525
]
2626
depopts: ["deriving" "ppx_deriving" "tyxml" "reactiveData" ]
2727
conflicts: [
28-
"deriving" {< "0.6"}
29-
"tyxml" {< "3.6.0"}
28+
"deriving" {< "0.6"}
29+
"tyxml" {< "3.6.0"}
3030
"ppx_deriving" {< "3.0"}
31-
"reactiveData" {< "2.0"}
31+
"reactiveData" {< "0.2"}
3232
]
3333
available: [ ocaml-version >= "4.00.0" ]

0 commit comments

Comments
 (0)