OPAM: strict version constraints on dune are not required anymore

This commit is contained in:
Grégoire Henry 2019-01-10 13:58:04 -05:00
parent 1a7cf2fead
commit de171a63f0
No known key found for this signature in database
GPG Key ID: 50D984F20BD445D2
45 changed files with 45 additions and 45 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"
] ]

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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: [

View File

@ -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 }

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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: [

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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 }

View File

@ -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"

View File

@ -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"
] ]

View File

@ -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: [

View File

@ -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"

View File

@ -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"}