this repo has no description

constraint on brr

Changed files
+3 -3
packages
brr
brr.0.0.1
brr.0.0.2
brr.0.0.3
+1 -1
packages/brr/brr.0.0.1/opam
···
"ocamlbuild" {build}
"topkg" {build & >= "0.9.0"}
"js_of_ocaml-compiler" {>= "3.7.1"}
-
"js_of_ocaml-toplevel" {>= "3.7.1"}
+
"js_of_ocaml-toplevel" {>= "3.7.1" & < "4.1.0"}
"note"
]
build:
+1 -1
packages/brr/brr.0.0.2/opam
···
"ocamlfind" {build}
"ocamlbuild" {build}
"js_of_ocaml-compiler" {>= "3.7.1"}
-
"js_of_ocaml-toplevel" {>= "3.7.1"}
+
"js_of_ocaml-toplevel" {>= "3.7.1" & < "4.1.0"}
"note"]
build: [["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"]]
url {
+1 -1
packages/brr/brr.0.0.3/opam
···
"ocamlfind" {build}
"ocamlbuild" {build}
"js_of_ocaml-compiler" {>= "4.0.0"}
-
"js_of_ocaml-toplevel" {>= "4.0.0"}
+
"js_of_ocaml-toplevel" {>= "4.0.0" & < "4.1.0"}
"note"]
build: [["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"]]
url {