this repo has no description

dune should not be tagged build

Signed-off-by: Marcello Seri <marcello.seri@gmail.com>

Changed files
+6 -6
packages
cowabloga
cowabloga.0.5.0
jupyter
jupyter.2.7.5
jupyter.2.7.6
jupyter-archimedes
jupyter-archimedes.2.7.2
psq
psq.0.2.1
timed
timed.1.1
+1 -1
packages/cowabloga/cowabloga.0.5.0/opam
···
"lwt" {>= "2.4.3"}
"cstruct" {>= "1.0.1"}
"magic-mime"
-
"dune" {build & >= "1.0"}
"cohttp" {with-test & >= "0.5.0"}
"cohttp-lwt-unix" {with-test}
]
···
"lwt" {>= "2.4.3"}
"cstruct" {>= "1.0.1"}
"magic-mime"
+
"dune" {>= "1.0"}
"cohttp" {with-test & >= "0.5.0"}
"cohttp-lwt-unix" {with-test}
]
+1 -1
packages/jupyter-archimedes/jupyter-archimedes.2.7.2/opam
···
]
depends: [
"ocaml" {>= "4.04.0"}
-
"dune" {build & >= "1.0.0"}
"jupyter" {>= "2.7.2" & <= "2.7.8"}
"cairo2" {>= "0.6.0"}
"archimedes" {>= "0.4.19"}
···
]
depends: [
"ocaml" {>= "4.04.0"}
+
"dune" {>= "1.0.0"}
"jupyter" {>= "2.7.2" & <= "2.7.8"}
"cairo2" {>= "0.6.0"}
"archimedes" {>= "0.4.19"}
+1 -1
packages/jupyter/jupyter.2.7.5/opam
···
"yojson" {>= "1.6.0"}
"ppx_deriving_yojson" {>= "3.6.0"}
"cryptokit" {>= "1.12"}
-
"dune" {build & >= "1.0.0"}
]
depopts: [
"merlin"
···
"yojson" {>= "1.6.0"}
"ppx_deriving_yojson" {>= "3.6.0"}
"cryptokit" {>= "1.12"}
+
"dune" {>= "1.0.0"}
]
depopts: [
"merlin"
+1 -1
packages/jupyter/jupyter.2.7.6/opam
···
"yojson" {>="1.6.0"}
"ppx_deriving_yojson" {>= "3.6.0"}
"cryptokit" {>= "1.12"}
-
"dune" {build & >= "1.0.0"}
"ounit2" {with-test & >= "2.0.0"}
"ocp-indent" {with-test & >= "1.7.0"}
]
···
"yojson" {>="1.6.0"}
"ppx_deriving_yojson" {>= "3.6.0"}
"cryptokit" {>= "1.12"}
+
"dune" {>= "1.0.0"}
"ounit2" {with-test & >= "2.0.0"}
"ocp-indent" {with-test & >= "1.7.0"}
]
+1 -1
packages/psq/psq.0.2.1/opam
···
[ "dune" "runtest" "-p" name ] {with-test & ocaml:version >= "4.07.0"} ]
depends: [
"ocaml" {>="4.03.0"}
-
"dune" {build & >= "1.7"}
"seq"
"qcheck-core" {with-test}
"qcheck-alcotest" {with-test}
···
[ "dune" "runtest" "-p" name ] {with-test & ocaml:version >= "4.07.0"} ]
depends: [
"ocaml" {>="4.03.0"}
+
"dune" {>= "1.7"}
"seq"
"qcheck-core" {with-test}
"qcheck-alcotest" {with-test}
+1 -1
packages/timed/timed.1.1/opam
···
depends: [
"ocaml" {>= "4.08.0"}
"odoc" {with-doc}
-
"dune" {>= "2.7" & build}
]
build: [
["dune" "subst"] {dev}
···
depends: [
"ocaml" {>= "4.08.0"}
"odoc" {with-doc}
+
"dune" {>= "2.7"}
]
build: [
["dune" "subst"] {dev}