Jbuilder: do not depend on the git version anymore
This commit is contained in:
parent
48d7ba29e8
commit
e21672c4ac
@ -20,7 +20,6 @@ opam pin --yes add --no-action --dev-repo sodium
|
||||
opam pin --yes add --no-action --dev-repo ocp-ocamlres
|
||||
opam pin --yes add --no-action --dev-repo ocplib-json-typed
|
||||
opam pin --yes add --no-action --dev-repo ocplib-resto
|
||||
opam pin --yes add --no-action --dev-repo jbuilder
|
||||
## Force opam to take account of the new `tezos-deps.opam`
|
||||
opam pin --yes remove tezos
|
||||
opam pin --yes add --no-action tezos $src_dir
|
||||
|
@ -7,8 +7,8 @@ bug-reports: "https://gitlab.com/tezos/tezos/issues"
|
||||
dev-repo: "https://gitlab.com/tezos/tezos.git"
|
||||
license: "unreleased"
|
||||
depends: [
|
||||
"ocamlfind" {build}
|
||||
"jbuilder" {build}
|
||||
"ocamlfind" { build }
|
||||
"jbuilder" { build & >= "1.0+beta15" }
|
||||
"base-bigarray"
|
||||
"base-threads"
|
||||
"conf-libev"
|
||||
|
Loading…
Reference in New Issue
Block a user