this repo has no description

Add bounds for removed dune ctypes 0.1 extension

The ctypes extension in Dune is documented as experimental (and has
version 0.x) so is not subject to the same compatibility as the rest of
Dune.

Dune 3.11.0 removed versions 0.1 and 0.2 of this extension, so packages
using it need to build with `dune < 3.11`.

Affected packages need to migrate to version 0.3. This should be just a
matter of changing the version of the extension in `dune-project`, but:
- it requires `(lang dune 3.7)`
- if C code refers to local include paths, these are now relative to the
where the stanza is located. This avoids the need to specify paths
twice. See ocaml/dune#6883.

Changed files
+41 -41
packages
colibrics
colibrics.0.3.3
colibrics.0.4
colibrilib
colibrilib.0.3.3
colibrilib.0.4
flint
flint.0.1.5
flint.0.2.3
flint.0.3
monocypher
monocypher.0.1.0
octez-alcotezt
octez-alcotezt.17.3
octez-bls12-381-hash
octez-bls12-381-hash.17.3
octez-bls12-381-polynomial
octez-bls12-381-polynomial.17.3
octez-bls12-381-signature
octez-bls12-381-signature.17.3
octez-distributed-internal
octez-distributed-internal.17.3
octez-mec
octez-mec.17.3
octez-polynomial
octez-polynomial.17.3
tezos-hacl
tezos-hacl.15.0
tezos-hacl.15.1
tezos-hacl.16.0
tezos-hacl.16.1
tezos-hacl.17.3
tezos-lwt-result-stdlib
tezos-lwt-result-stdlib.15.0
tezos-lwt-result-stdlib.15.1
tezos-lwt-result-stdlib.16.0
tezos-lwt-result-stdlib.16.1
tezos-lwt-result-stdlib.17.3
tezos-stdlib
tezos-stdlib.15.0
tezos-stdlib.15.1
tezos-stdlib.16.0
tezos-stdlib.16.1
tezos-stdlib.17.3
tezos-test-helpers
tezos-test-helpers.15.0
tezos-test-helpers.15.1
tezos-test-helpers.16.0
tezos-test-helpers.16.1
tezos-test-helpers.17.3
tezos-wasmer
tezos-wasmer.16.0
tezos-wasmer.16.1
tezos-wasmer.17.3
tezt-performance-regression
tezt-performance-regression.17.1
tezt-performance-regression.17.2
tezt-performance-regression.17.3
+1 -1
packages/colibrics/colibrics.0.3.3/opam
···
"dolmen" {>= "0.7" & < "0.8" }
"dolmen_type" {>= "0.7" & < "0.8" }
"dolmen_loop" {>= "0.7" & < "0.8" }
-
"dune" {>= "3.0"}
"zarith" {>= "1.12"}
"cmdliner" {>= "1.1.1"}
"ocaml" {>= "4.08" & < "5.0" }
···
"dolmen" {>= "0.7" & < "0.8" }
"dolmen_type" {>= "0.7" & < "0.8" }
"dolmen_loop" {>= "0.7" & < "0.8" }
+
"dune" {>= "3.0" & < "3.11"}
"zarith" {>= "1.12"}
"cmdliner" {>= "1.1.1"}
"ocaml" {>= "4.08" & < "5.0" }
+1 -1
packages/colibrics/colibrics.0.4/opam
···
"dolmen" {>= "0.8" & < "0.9" }
"dolmen_type" {>= "0.8" & < "0.9" }
"dolmen_loop" {>= "0.8" & < "0.9" }
-
"dune" {>= "3.0"}
"zarith" {>= "1.12"}
"cmdliner" {>= "1.1.1"}
"ocaml" {>= "4.08"}
···
"dolmen" {>= "0.8" & < "0.9" }
"dolmen_type" {>= "0.8" & < "0.9" }
"dolmen_loop" {>= "0.8" & < "0.9" }
+
"dune" {>= "3.0" & < "3.11"}
"zarith" {>= "1.12"}
"cmdliner" {>= "1.1.1"}
"ocaml" {>= "4.08"}
+1 -1
packages/colibrilib/colibrilib.0.3.3/opam
···
bug-reports: "https://git.frama-c.com/pub/colibrics/issues"
license: "LGPL-2.1"
depends: [
-
"dune" {>= "3.0"}
"zarith" {>= "1.12"}
"ocaml" {>= "4.12"}
"odoc" {with-doc}
···
bug-reports: "https://git.frama-c.com/pub/colibrics/issues"
license: "LGPL-2.1"
depends: [
+
"dune" {>= "3.0" & < "3.11"}
"zarith" {>= "1.12"}
"ocaml" {>= "4.12"}
"odoc" {with-doc}
+1 -1
packages/colibrilib/colibrilib.0.4/opam
···
homepage: "https://colibri.frama-c.com"
bug-reports: "https://git.frama-c.com/pub/colibrics/issues"
depends: [
-
"dune" {>= "3.0"}
"zarith" {>= "1.12"}
"ocaml" {>= "4.12"}
"odoc" {with-doc}
···
homepage: "https://colibri.frama-c.com"
bug-reports: "https://git.frama-c.com/pub/colibrics/issues"
depends: [
+
"dune" {>= "3.0" & < "3.11"}
"zarith" {>= "1.12"}
"ocaml" {>= "4.12"}
"odoc" {with-doc}
+1 -1
packages/flint/flint.0.1.5/opam
···
homepage: "https://github.com/bobot/ocaml-flint"
bug-reports: "https://github.com/bobot/ocaml-flint/issues"
depends: [
-
"dune" {>= "3.2"}
"zarith" {>= "1.12"}
"ctypes" {>= "0.20.1"}
"conf-mpfr" {>= "3"}
···
homepage: "https://github.com/bobot/ocaml-flint"
bug-reports: "https://github.com/bobot/ocaml-flint/issues"
depends: [
+
"dune" {>= "3.2" & < "3.11"}
"zarith" {>= "1.12"}
"ctypes" {>= "0.20.1"}
"conf-mpfr" {>= "3"}
+1 -1
packages/flint/flint.0.2.3/opam
···
homepage: "https://github.com/bobot/ocaml-flint"
bug-reports: "https://github.com/bobot/ocaml-flint/issues"
depends: [
-
"dune" {>= "3.2"}
"zarith" {>= "1.12"}
"ctypes" {>= "0.20.1"}
"conf-mpfr" {>= "3"}
···
homepage: "https://github.com/bobot/ocaml-flint"
bug-reports: "https://github.com/bobot/ocaml-flint/issues"
depends: [
+
"dune" {>= "3.2" & < "3.11"}
"zarith" {>= "1.12"}
"ctypes" {>= "0.20.1"}
"conf-mpfr" {>= "3"}
+1 -1
packages/flint/flint.0.3/opam
···
homepage: "https://github.com/bobot/ocaml-flint"
bug-reports: "https://github.com/bobot/ocaml-flint/issues"
depends: [
-
"dune" {>= "3.2"}
"zarith" {>= "1.12"}
"ctypes" {>= "0.20.1"}
"conf-mpfr" {>= "3"}
···
homepage: "https://github.com/bobot/ocaml-flint"
bug-reports: "https://github.com/bobot/ocaml-flint/issues"
depends: [
+
"dune" {>= "3.2" & < "3.11"}
"zarith" {>= "1.12"}
"ctypes" {>= "0.20.1"}
"conf-mpfr" {>= "3"}
+1 -1
packages/monocypher/monocypher.0.1.0/opam
···
homepage: "https://inqlab.net/git/ocaml-monocypher.git"
bug-reports: "mailto:pukkamustard@posteo.net"
depends: [
-
"dune" {>= "3.2"}
"ocaml" {>= "4.08.0"}
"ctypes" {>= "0.13.0"}
"alcotest" {with-test}
···
homepage: "https://inqlab.net/git/ocaml-monocypher.git"
bug-reports: "mailto:pukkamustard@posteo.net"
depends: [
+
"dune" {>= "3.2" & < "3.11"}
"ocaml" {>= "4.08.0"}
"ctypes" {>= "0.13.0"}
"alcotest" {with-test}
+1 -1
packages/octez-alcotezt/octez-alcotezt.17.3/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "3.0" }
"ocaml" { >= "4.14" & < "5.0" }
"tezt" { >= "3.1.0" }
]
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
+
"dune" {>= "3.0" & < "3.11"}
"ocaml" { >= "4.14" & < "5.0" }
"tezt" { >= "3.1.0" }
]
+1 -1
packages/octez-bls12-381-hash/octez-bls12-381-hash.17.3/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "3.0" }
"ocaml" { >= "4.14" & < "5.0" }
"bls12-381" { >= "6.1.0" & < "6.2.0" }
"bisect_ppx" { >= "2.7.0" }
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
+
"dune" {>= "3.0" & < "3.11"}
"ocaml" { >= "4.14" & < "5.0" }
"bls12-381" { >= "6.1.0" & < "6.2.0" }
"bisect_ppx" { >= "2.7.0" }
+1 -1
packages/octez-bls12-381-polynomial/octez-bls12-381-polynomial.17.3/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "3.0" }
"ocaml" { >= "4.14" & < "5.0" }
"ppx_repr" { >= "0.6.0" }
"bls12-381" { >= "6.1.0" & < "6.2.0" }
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
+
"dune" {>= "3.0" & < "3.11"}
"ocaml" { >= "4.14" & < "5.0" }
"ppx_repr" { >= "0.6.0" }
"bls12-381" { >= "6.1.0" & < "6.2.0" }
+1 -1
packages/octez-bls12-381-signature/octez-bls12-381-signature.17.3/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "3.0" }
"ocaml" { >= "4.14" & < "5.0" }
"bls12-381" { >= "6.1.0" & < "6.2.0" }
"alcotest" { with-test & >= "1.5.0" }
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
+
"dune" {>= "3.0" & < "3.11"}
"ocaml" { >= "4.14" & < "5.0" }
"bls12-381" { >= "6.1.0" & < "6.2.0" }
"alcotest" { with-test & >= "1.5.0" }
+1 -1
packages/octez-distributed-internal/octez-distributed-internal.17.3/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "3.0" }
"ocaml" { >= "4.14" & < "5.0" }
"base-unix"
]
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
+
"dune" {>= "3.0" & < "3.11"}
"ocaml" { >= "4.14" & < "5.0" }
"base-unix"
]
+1 -1
packages/octez-mec/octez-mec.17.3/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "3.0" }
"ocaml" { >= "4.14" & < "5.0" }
"alcotest" { >= "1.5.0" }
"bls12-381" { >= "6.1.0" & < "6.2.0" }
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
+
"dune" {>= "3.0" & < "3.11"}
"ocaml" { >= "4.14" & < "5.0" }
"alcotest" { >= "1.5.0" }
"bls12-381" { >= "6.1.0" & < "6.2.0" }
+1 -1
packages/octez-polynomial/octez-polynomial.17.3/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "3.0" }
"ocaml" { >= "4.14" & < "5.0" }
"bls12-381" { >= "6.1.0" & < "6.2.0" }
"bisect_ppx" { >= "2.7.0" }
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
+
"dune" {>= "3.0" & < "3.11"}
"ocaml" { >= "4.14" & < "5.0" }
"bls12-381" { >= "6.1.0" & < "6.2.0" }
"bisect_ppx" { >= "2.7.0" }
+1 -1
packages/tezos-hacl/tezos-hacl.15.0/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "3.0" }
"ocaml" { >= "4.14" }
"tezos-stdlib" { with-test & = version }
"tezos-error-monad" { with-test & = version }
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
+
"dune" {>= "3.0" & < "3.11"}
"ocaml" { >= "4.14" }
"tezos-stdlib" { with-test & = version }
"tezos-error-monad" { with-test & = version }
+1 -1
packages/tezos-hacl/tezos-hacl.15.1/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "3.0" }
"ocaml" { >= "4.14" }
"hacl-star" { >= "0.4.2" & < "0.5" }
"hacl-star-raw"
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
+
"dune" {>= "3.0" & < "3.11"}
"ocaml" { >= "4.14" }
"hacl-star" { >= "0.4.2" & < "0.5" }
"hacl-star-raw"
+1 -1
packages/tezos-hacl/tezos-hacl.16.0/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "3.0" }
"ocaml" { >= "4.14" }
"hacl-star" { >= "0.6.1" & < "0.7" }
"hacl-star-raw"
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
+
"dune" {>= "3.0" & < "3.11"}
"ocaml" { >= "4.14" }
"hacl-star" { >= "0.6.1" & < "0.7" }
"hacl-star-raw"
+1 -1
packages/tezos-hacl/tezos-hacl.16.1/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "3.0" }
"ocaml" { >= "4.14" }
"hacl-star" { >= "0.6.1" & < "0.7" }
"hacl-star-raw"
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
+
"dune" {>= "3.0" & < "3.11"}
"ocaml" { >= "4.14" }
"hacl-star" { >= "0.6.1" & < "0.7" }
"hacl-star-raw"
+1 -1
packages/tezos-hacl/tezos-hacl.17.3/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "3.0" }
"ocaml" { >= "4.14" & < "5.0" }
"hacl-star" { >= "0.7.0" & < "0.8" }
"hacl-star-raw"
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
+
"dune" {>= "3.0" & < "3.11"}
"ocaml" { >= "4.14" & < "5.0" }
"hacl-star" { >= "0.7.0" & < "0.8" }
"hacl-star-raw"
+1 -1
packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.15.0/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "3.0" }
"ocaml" { >= "4.12" }
"lwt" { >= "5.6.0" }
"alcotest-lwt" { with-test & >= "1.5.0" }
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
+
"dune" {>= "3.0" & < "3.11"}
"ocaml" { >= "4.12" }
"lwt" { >= "5.6.0" }
"alcotest-lwt" { with-test & >= "1.5.0" }
+1 -1
packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.15.1/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "3.0" }
"ocaml" { >= "4.12" }
"lwt" { >= "5.6.0" }
"alcotest-lwt" { with-test & >= "1.5.0" }
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
+
"dune" {>= "3.0" & < "3.11"}
"ocaml" { >= "4.12" }
"lwt" { >= "5.6.0" }
"alcotest-lwt" { with-test & >= "1.5.0" }
+1 -1
packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.16.0/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "3.0" }
"ocaml" { >= "4.14" }
"lwt" { >= "5.6.0" }
"alcotest-lwt" { with-test & >= "1.5.0" }
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
+
"dune" {>= "3.0" & < "3.11"}
"ocaml" { >= "4.14" }
"lwt" { >= "5.6.0" }
"alcotest-lwt" { with-test & >= "1.5.0" }
+1 -1
packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.16.1/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "3.0" }
"ocaml" { >= "4.14" }
"lwt" { >= "5.6.0" }
"alcotest-lwt" { with-test & >= "1.5.0" }
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
+
"dune" {>= "3.0" & < "3.11"}
"ocaml" { >= "4.14" }
"lwt" { >= "5.6.0" }
"alcotest-lwt" { with-test & >= "1.5.0" }
+1 -1
packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.17.3/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "3.0" }
"ocaml" { >= "4.14" & < "5.0" }
"lwt" { >= "5.6.0" }
"seqes" { >= "0.2" }
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
+
"dune" {>= "3.0" & < "3.11"}
"ocaml" { >= "4.14" & < "5.0" }
"lwt" { >= "5.6.0" }
"seqes" { >= "0.2" }
+1 -1
packages/tezos-stdlib/tezos-stdlib.15.0/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "3.0" }
"ocaml" { >= "4.14" }
"alcotest" { with-test & >= "1.5.0" }
"alcotest-lwt" { with-test & >= "1.5.0" }
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
+
"dune" {>= "3.0" & < "3.11"}
"ocaml" { >= "4.14" }
"alcotest" { with-test & >= "1.5.0" }
"alcotest-lwt" { with-test & >= "1.5.0" }
+1 -1
packages/tezos-stdlib/tezos-stdlib.15.1/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "3.0" }
"ocaml" { >= "4.14" }
"ppx_expect"
"hex" { >= "1.3.0" }
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
+
"dune" {>= "3.0" & < "3.11"}
"ocaml" { >= "4.14" }
"ppx_expect"
"hex" { >= "1.3.0" }
+1 -1
packages/tezos-stdlib/tezos-stdlib.16.0/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "3.0" }
"ocaml" { >= "4.14" }
"ppx_expect"
"hex" { >= "1.3.0" }
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
+
"dune" {>= "3.0" & < "3.11"}
"ocaml" { >= "4.14" }
"ppx_expect"
"hex" { >= "1.3.0" }
+1 -1
packages/tezos-stdlib/tezos-stdlib.16.1/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "3.0" }
"ocaml" { >= "4.14" }
"ppx_expect"
"hex" { >= "1.3.0" }
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
+
"dune" {>= "3.0" & < "3.11"}
"ocaml" { >= "4.14" }
"ppx_expect"
"hex" { >= "1.3.0" }
+1 -1
packages/tezos-stdlib/tezos-stdlib.17.3/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "3.0" }
"ocaml" { >= "4.14" & < "5.0" }
"ppx_expect"
"hex" { >= "1.3.0" }
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
+
"dune" {>= "3.0" & < "3.11"}
"ocaml" { >= "4.14" & < "5.0" }
"ppx_expect"
"hex" { >= "1.3.0" }
+1 -1
packages/tezos-test-helpers/tezos-test-helpers.15.0/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "3.0" }
"ocaml" { >= "4.12" }
"uri" { >= "2.2.0" }
"fmt" { >= "0.8.7" }
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
+
"dune" {>= "3.0" & < "3.11"}
"ocaml" { >= "4.12" }
"uri" { >= "2.2.0" }
"fmt" { >= "0.8.7" }
+1 -1
packages/tezos-test-helpers/tezos-test-helpers.15.1/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "3.0" }
"ocaml" { >= "4.12" }
"uri" { >= "2.2.0" }
"fmt" { >= "0.8.7" }
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
+
"dune" {>= "3.0" & < "3.11"}
"ocaml" { >= "4.12" }
"uri" { >= "2.2.0" }
"fmt" { >= "0.8.7" }
+1 -1
packages/tezos-test-helpers/tezos-test-helpers.16.0/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "3.0" }
"ocaml" { >= "4.14" }
"uri" { >= "3.1.0" }
"fmt" { >= "0.8.7" }
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
+
"dune" {>= "3.0" & < "3.11"}
"ocaml" { >= "4.14" }
"uri" { >= "3.1.0" }
"fmt" { >= "0.8.7" }
+1 -1
packages/tezos-test-helpers/tezos-test-helpers.16.1/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "3.0" }
"ocaml" { >= "4.14" }
"uri" { >= "3.1.0" }
"fmt" { >= "0.8.7" }
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
+
"dune" {>= "3.0" & < "3.11"}
"ocaml" { >= "4.14" }
"uri" { >= "3.1.0" }
"fmt" { >= "0.8.7" }
+1 -1
packages/tezos-test-helpers/tezos-test-helpers.17.3/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "3.0" }
"ocaml" { >= "4.14" & < "5.0" }
"uri" { >= "3.1.0" }
"fmt" { >= "0.8.7" }
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
+
"dune" {>= "3.0" & < "3.11"}
"ocaml" { >= "4.14" & < "5.0" }
"uri" { >= "3.1.0" }
"fmt" { >= "0.8.7" }
+1 -1
packages/tezos-wasmer/tezos-wasmer.16.0/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "3.0" }
"ocaml" { >= "4.14" }
"ppx_deriving"
"ctypes" { >= "0.18.0" }
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
+
"dune" {>= "3.0" & < "3.11"}
"ocaml" { >= "4.14" }
"ppx_deriving"
"ctypes" { >= "0.18.0" }
+1 -1
packages/tezos-wasmer/tezos-wasmer.16.1/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "3.0" }
"ocaml" { >= "4.14" }
"ppx_deriving"
"ctypes" { >= "0.18.0" }
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
+
"dune" {>= "3.0" & < "3.11"}
"ocaml" { >= "4.14" }
"ppx_deriving"
"ctypes" { >= "0.18.0" }
+1 -1
packages/tezos-wasmer/tezos-wasmer.17.3/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "3.0" }
"ocaml" { >= "4.14" & < "5.0" }
"ppx_deriving"
"ctypes" { >= "0.18.0" }
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
+
"dune" {>= "3.0" & < "3.11"}
"ocaml" { >= "4.14" & < "5.0" }
"ppx_deriving"
"ctypes" { >= "0.18.0" }
+1 -1
packages/tezt-performance-regression/tezt-performance-regression.17.1/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "3.0" }
"ocaml" { >= "4.14" }
"tezt" { >= "3.1.0" }
"uri" { >= "3.1.0" }
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
+
"dune" {>= "3.0" & < "3.11"}
"ocaml" { >= "4.14" }
"tezt" { >= "3.1.0" }
"uri" { >= "3.1.0" }
+1 -1
packages/tezt-performance-regression/tezt-performance-regression.17.2/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "3.0" }
"ocaml" { >= "4.14" }
"tezt" { >= "3.1.0" }
"uri" { >= "3.1.0" }
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
+
"dune" {>= "3.0" & < "3.11"}
"ocaml" { >= "4.14" }
"tezt" { >= "3.1.0" }
"uri" { >= "3.1.0" }
+1 -1
packages/tezt-performance-regression/tezt-performance-regression.17.3/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "3.0" }
"ocaml" { >= "4.14" }
"tezt" { >= "3.1.0" }
"uri" { >= "3.1.0" }
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
+
"dune" {>= "3.0" & < "3.11"}
"ocaml" { >= "4.14" }
"tezt" { >= "3.1.0" }
"uri" { >= "3.1.0" }