Opam: require jbuilder = 1.0.0-beta17

This commit is contained in:
Grégoire Henry 2018-03-07 07:38:40 +01:00
parent 0b86503537
commit ad330db7e1
37 changed files with 37 additions and 37 deletions

View File

@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
license: "unreleased" license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" } "jbuilder" { build & = "1.0+beta17" }
"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: "unreleased" license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" } "jbuilder" { build & = "1.0+beta17" }
"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: "unreleased" license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" } "jbuilder" { build & = "1.0+beta17" }
"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: "unreleased" license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" } "jbuilder" { build & = "1.0+beta17" }
"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: "unreleased" license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" } "jbuilder" { build build & >= "1.0+beta17" = "1.0+beta17" }
"tezos-base" "tezos-base"
"tezos-client-base" "tezos-client-base"
"tezos-client-commands" "tezos-client-commands"

View File

@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
license: "unreleased" license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" } "jbuilder" { build build & >= "1.0+beta17" = "1.0+beta17" }
"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: "unreleased" license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" } "jbuilder" { build build & >= "1.0+beta17" = "1.0+beta17" }
"tezos-stdlib" "tezos-stdlib"
"lwt" "lwt"
"nocrypto" "nocrypto"

View File

@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
license: "unreleased" license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" } "jbuilder" { build build & >= "1.0+beta17" = "1.0+beta17" }
"tezos-stdlib" "tezos-stdlib"
"ezjsonm" "ezjsonm"
"js_of_ocaml" # for ocplib-json-typed.bson "js_of_ocaml" # for ocplib-json-typed.bson

View File

@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
license: "unreleased" license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" } "jbuilder" { build build & >= "1.0+beta17" = "1.0+beta17" }
"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: "unreleased" license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" } "jbuilder" { build build & >= "1.0+beta17" = "1.0+beta17" }
"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: "unreleased" license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" } "jbuilder" { build build & >= "1.0+beta17" = "1.0+beta17" }
"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: "unreleased" license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" } "jbuilder" { build build & >= "1.0+beta17" = "1.0+beta17" }
"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: "unreleased" license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" } "jbuilder" { build build & >= "1.0+beta17" = "1.0+beta17" }
"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: "unreleased" license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" } "jbuilder" { build build & >= "1.0+beta17" = "1.0+beta17" }
"tezos-stdlib" { test } "tezos-stdlib" { test }
] ]
build: [ build: [

View File

@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
license: "unreleased" license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" } "jbuilder" { build build & >= "1.0+beta17" = "1.0+beta17" }
"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: "unreleased" license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" } "jbuilder" { build build & >= "1.0+beta17" = "1.0+beta17" }
"tezos-base" "tezos-base"
"tezos-micheline" "tezos-micheline"
"tezos-protocol-compiler" "tezos-protocol-compiler"

View File

@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
license: "unreleased" license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" } "jbuilder" { build build & >= "1.0+beta17" = "1.0+beta17" }
"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: "unreleased" license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" } "jbuilder" { build build & >= "1.0+beta17" = "1.0+beta17" }
"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: "unreleased" license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" } "jbuilder" { build build & >= "1.0+beta17" = "1.0+beta17" }
"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: "unreleased" license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" } "jbuilder" { build build & >= "1.0+beta17" = "1.0+beta17" }
"tezos-base" "tezos-base"
] ]
build: [ build: [

View File

@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
license: "unreleased" license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" } "jbuilder" { build build & >= "1.0+beta17" = "1.0+beta17" }
"cstruct" "cstruct"
"hex" "hex"
"ocplib-endian" "ocplib-endian"

View File

@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
license: "unreleased" license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" } "jbuilder" { build build & >= "1.0+beta17" = "1.0+beta17" }
"tezos-base" "tezos-base"
"lwt" { >= "3.0.0" } "lwt" { >= "3.0.0" }
"ipaddr" "ipaddr"

View File

@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
license: "unreleased" license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" } "jbuilder" { build build & >= "1.0+beta17" = "1.0+beta17" }
"tezos-base" "tezos-base"
"leveldb" "leveldb"
"irmin-leveldb" "irmin-leveldb"

View File

@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
license: "unreleased" license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" } "jbuilder" { build build & >= "1.0+beta17" = "1.0+beta17" }
"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: "unreleased" license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" } "jbuilder" { build build & >= "1.0+beta17" = "1.0+beta17" }
"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: "unreleased" license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" } "jbuilder" { build build & >= "1.0+beta17" = "1.0+beta17" }
"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: "unreleased" license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" } "jbuilder" { build build & >= "1.0+beta17" = "1.0+beta17" }
"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: "unreleased" license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" } "jbuilder" { build build & >= "1.0+beta17" = "1.0+beta17" }
"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: "unreleased" license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" } "jbuilder" { build build & >= "1.0+beta17" = "1.0+beta17" }
"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: "unreleased" license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" } "jbuilder" { build build & >= "1.0+beta17" = "1.0+beta17" }
"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: "unreleased" license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" } "jbuilder" { build build & >= "1.0+beta17" = "1.0+beta17" }
"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: "unreleased" license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" } "jbuilder" { build build & >= "1.0+beta17" = "1.0+beta17" }
"tezos-protocol-compiler" "tezos-protocol-compiler"
] ]
build: [ build: [

View File

@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git"
license: "unreleased" license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" } "jbuilder" { build build & >= "1.0+beta17" = "1.0+beta17" }
"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: "unreleased" license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" } "jbuilder" { build build & >= "1.0+beta17" = "1.0+beta17" }
"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: "unreleased" license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" } "jbuilder" { build build & >= "1.0+beta17" = "1.0+beta17" }
"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: [ "jbuilder" "build" "-j" jobs "-p" name "@install" ] build: [ "jbuilder" "build" "-j" jobs "-p" name "@install" ]
depends: [ depends: [
"jbuilder" {build & >= "1.0+beta17"} "jbuilder" {build build & >= "1.0+beta17" = "1.0+beta17"}
"base" {build & >= "v0.10.0"} "base" {build & >= "v0.10.0"}
"stdio" {build & >= "v0.10.0"} "stdio" {build & >= "v0.10.0"}
"nocrypto" {>= "0.5.4"} "nocrypto" {>= "0.5.4"}

View File

@ -11,7 +11,7 @@ license: "BSD2"
build: [ "jbuilder" "build" "-j" jobs "-p" name "@install" ] build: [ "jbuilder" "build" "-j" jobs "-p" name "@install" ]
build-test: [ "jbuilder" "runtest" "-p" name "-j" jobs ] build-test: [ "jbuilder" "runtest" "-p" name "-j" jobs ]
depends: [ depends: [
"jbuilder" {build & >= "1.0+beta17"} "jbuilder" {build build & >= "1.0+beta17" = "1.0+beta17"}
"nocrypto" {>= "0.5.4"} "nocrypto" {>= "0.5.4"}
"alcotest" {test & >= "0.8.1"} "alcotest" {test & >= "0.8.1"}
] ]