OPAM: strict version constraints on dune are not required anymore
This commit is contained in:
parent
1a7cf2fead
commit
de171a63f0
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-base"
|
"tezos-base"
|
||||||
"tezos-client-base"
|
"tezos-client-base"
|
||||||
"tezos-client-genesis"
|
"tezos-client-genesis"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-base"
|
"tezos-base"
|
||||||
"tezos-rpc-http"
|
"tezos-rpc-http"
|
||||||
"tezos-p2p"
|
"tezos-p2p"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-base"
|
"tezos-base"
|
||||||
"tezos-client-base"
|
"tezos-client-base"
|
||||||
"tezos-client-base-unix"
|
"tezos-client-base-unix"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-stdlib"
|
"tezos-stdlib"
|
||||||
"tezos-crypto"
|
"tezos-crypto"
|
||||||
"tezos-data-encoding"
|
"tezos-data-encoding"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-stdlib"
|
"tezos-stdlib"
|
||||||
"tezos-error-monad"
|
"tezos-error-monad"
|
||||||
]
|
]
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-base"
|
"tezos-base"
|
||||||
"tezos-stdlib-unix"
|
"tezos-stdlib-unix"
|
||||||
"tezos-shell-services"
|
"tezos-shell-services"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-base"
|
"tezos-base"
|
||||||
"tezos-client-base"
|
"tezos-client-base"
|
||||||
"tezos-stdlib-unix"
|
"tezos-stdlib-unix"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-base"
|
"tezos-base"
|
||||||
"tezos-client-base"
|
"tezos-client-base"
|
||||||
"tezos-rpc"
|
"tezos-rpc"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-stdlib"
|
"tezos-stdlib"
|
||||||
"tezos-data-encoding"
|
"tezos-data-encoding"
|
||||||
"tezos-error-monad"
|
"tezos-error-monad"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-stdlib"
|
"tezos-stdlib"
|
||||||
"ezjsonm"
|
"ezjsonm"
|
||||||
"ocplib-json-typed"
|
"ocplib-json-typed"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-stdlib"
|
"tezos-stdlib"
|
||||||
"tezos-data-encoding"
|
"tezos-data-encoding"
|
||||||
"lwt"
|
"lwt"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-data-encoding"
|
"tezos-data-encoding"
|
||||||
"tezos-error-monad"
|
"tezos-error-monad"
|
||||||
"uutf"
|
"uutf"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-base"
|
"tezos-base"
|
||||||
"tezos-stdlib-unix"
|
"tezos-stdlib-unix"
|
||||||
"tezos-shell-services"
|
"tezos-shell-services"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"base-unix"
|
"base-unix"
|
||||||
"tezos-base"
|
"tezos-base"
|
||||||
"tezos-protocol-environment-sigs"
|
"tezos-protocol-environment-sigs"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-base"
|
"tezos-base"
|
||||||
"tezos-protocol-environment"
|
"tezos-protocol-environment"
|
||||||
"tezos-storage"
|
"tezos-storage"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-stdlib" { test }
|
"tezos-stdlib" { test }
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-base"
|
"tezos-base"
|
||||||
"tezos-protocol-environment-sigs"
|
"tezos-protocol-environment-sigs"
|
||||||
"alcotest-lwt" { test }
|
"alcotest-lwt" { test }
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-base"
|
"tezos-base"
|
||||||
"tezos-micheline"
|
"tezos-micheline"
|
||||||
"tezos-shell-services"
|
"tezos-shell-services"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-error-monad"
|
"tezos-error-monad"
|
||||||
"tezos-data-encoding"
|
"tezos-data-encoding"
|
||||||
"ocplib-resto"
|
"ocplib-resto"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-base"
|
"tezos-base"
|
||||||
"ocplib-resto-directory"
|
"ocplib-resto-directory"
|
||||||
"ocplib-resto-cohttp"
|
"ocplib-resto-cohttp"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-base"
|
"tezos-base"
|
||||||
"tezos-rpc-http"
|
"tezos-rpc-http"
|
||||||
"tezos-p2p"
|
"tezos-p2p"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-base"
|
"tezos-base"
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-base"
|
"tezos-base"
|
||||||
"tezos-stdlib-unix"
|
"tezos-stdlib-unix"
|
||||||
"tezos-client-base"
|
"tezos-client-base"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-base"
|
"tezos-base"
|
||||||
"tezos-client-base"
|
"tezos-client-base"
|
||||||
"tezos-rpc"
|
"tezos-rpc"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"bigstring"
|
"bigstring"
|
||||||
"hex"
|
"hex"
|
||||||
"ocplib-endian"
|
"ocplib-endian"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-base"
|
"tezos-base"
|
||||||
"lwt" { >= "3.0.0" }
|
"lwt" { >= "3.0.0" }
|
||||||
"conf-libev"
|
"conf-libev"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-base"
|
"tezos-base"
|
||||||
"lmdb"
|
"lmdb"
|
||||||
"irmin-lmdb"
|
"irmin-lmdb"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-base"
|
"tezos-base"
|
||||||
"tezos-storage"
|
"tezos-storage"
|
||||||
"tezos-shell-services"
|
"tezos-shell-services"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-base"
|
"tezos-base"
|
||||||
"tezos-client-base"
|
"tezos-client-base"
|
||||||
"tezos-client-genesis"
|
"tezos-client-genesis"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-base"
|
"tezos-base"
|
||||||
"tezos-client-base"
|
"tezos-client-base"
|
||||||
"tezos-client-genesis"
|
"tezos-client-genesis"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-base"
|
"tezos-base"
|
||||||
"tezos-client-base"
|
"tezos-client-base"
|
||||||
"tezos-client-genesis"
|
"tezos-client-genesis"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-base"
|
"tezos-base"
|
||||||
"tezos-protocol-environment"
|
"tezos-protocol-environment"
|
||||||
"tezos-protocol-alpha"
|
"tezos-protocol-alpha"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-base"
|
"tezos-base"
|
||||||
"tezos-protocol-environment"
|
"tezos-protocol-environment"
|
||||||
"tezos-protocol-alpha"
|
"tezos-protocol-alpha"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-base"
|
"tezos-base"
|
||||||
"tezos-protocol-environment"
|
"tezos-protocol-environment"
|
||||||
"tezos-protocol-alpha"
|
"tezos-protocol-alpha"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-base"
|
"tezos-base"
|
||||||
"tezos-protocol-environment"
|
"tezos-protocol-environment"
|
||||||
"tezos-protocol-alpha"
|
"tezos-protocol-alpha"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-base"
|
"tezos-base"
|
||||||
"tezos-protocol-environment"
|
"tezos-protocol-environment"
|
||||||
"tezos-protocol-alpha"
|
"tezos-protocol-alpha"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-base"
|
"tezos-base"
|
||||||
"tezos-protocol-environment"
|
"tezos-protocol-environment"
|
||||||
"tezos-protocol-alpha"
|
"tezos-protocol-alpha"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-base"
|
"tezos-base"
|
||||||
"tezos-protocol-environment"
|
"tezos-protocol-environment"
|
||||||
"tezos-protocol-alpha"
|
"tezos-protocol-alpha"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-base"
|
"tezos-base"
|
||||||
"tezos-protocol-compiler"
|
"tezos-protocol-compiler"
|
||||||
"tezos-protocol-updater"
|
"tezos-protocol-updater"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-base"
|
"tezos-base"
|
||||||
"tezos-protocol-compiler"
|
"tezos-protocol-compiler"
|
||||||
"alcotest-lwt" { test }
|
"alcotest-lwt" { test }
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-base"
|
"tezos-base"
|
||||||
"tezos-shell-services"
|
"tezos-shell-services"
|
||||||
"tezos-client-base"
|
"tezos-client-base"
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-protocol-compiler"
|
"tezos-protocol-compiler"
|
||||||
"tezos-protocol-updater"
|
"tezos-protocol-updater"
|
||||||
]
|
]
|
||||||
|
@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & = "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"tezos-protocol-compiler"
|
"tezos-protocol-compiler"
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
|
2
vendors/ocaml-bip39/bip39.opam
vendored
2
vendors/ocaml-bip39/bip39.opam
vendored
@ -12,7 +12,7 @@ tags: []
|
|||||||
available: [ ocaml-version >= "4.03.0" ]
|
available: [ ocaml-version >= "4.03.0" ]
|
||||||
build: [ "dune" "build" "-j" jobs "-p" name "@install" ]
|
build: [ "dune" "build" "-j" jobs "-p" name "@install" ]
|
||||||
depends: [
|
depends: [
|
||||||
"dune" {build & = "1.0.1"}
|
"dune" {build & >= "1.0.1"}
|
||||||
"base" {build & >= "v0.10.0"}
|
"base" {build & >= "v0.10.0"}
|
||||||
"stdio" {build & >= "v0.10.0"}
|
"stdio" {build & >= "v0.10.0"}
|
||||||
"hacl"
|
"hacl"
|
||||||
|
2
vendors/ocaml-pbkdf/pbkdf.opam
vendored
2
vendors/ocaml-pbkdf/pbkdf.opam
vendored
@ -11,7 +11,7 @@ license: "BSD2"
|
|||||||
build: [ "dune" "build" "-j" jobs "-p" name "@install" ]
|
build: [ "dune" "build" "-j" jobs "-p" name "@install" ]
|
||||||
build-test: [ "dune" "runtest" "-p" name "-j" jobs ]
|
build-test: [ "dune" "runtest" "-p" name "-j" jobs ]
|
||||||
depends: [
|
depends: [
|
||||||
"dune" {build & = "1.0.1"}
|
"dune" { build & >= "1.0.1" }
|
||||||
"hacl"
|
"hacl"
|
||||||
"bigstring" {>= "0.2"}
|
"bigstring" {>= "0.2"}
|
||||||
"ocplib-endian" {>= "1.0"}
|
"ocplib-endian" {>= "1.0"}
|
||||||
|
Loading…
Reference in New Issue
Block a user