de5935228f
All dependencies are now inlined in the various opam packages.
22 lines
506 B
Plaintext
22 lines
506 B
Plaintext
opam-version: "1.2"
|
|
version: "dev"
|
|
maintainer: "contact@tezos.com"
|
|
authors: [ "Tezos devteam" ]
|
|
homepage: "https://www.tezos.com/"
|
|
bug-reports: "https://gitlab.com/tezos/tezos/issues"
|
|
dev-repo: "https://gitlab.com/tezos/tezos.git"
|
|
license: "unreleased"
|
|
depends: [
|
|
"ocamlfind" { build }
|
|
"jbuilder" { build & >= "1.0+beta15" }
|
|
"tezos-node"
|
|
"tezos-client"
|
|
"kaputt"
|
|
]
|
|
build: [
|
|
[ "jbuilder" "build" "-p" name "-j" jobs "@buildtest" ]
|
|
]
|
|
build-test: [
|
|
[ "jbuilder" "runtest" "-p" name "-j" jobs ]
|
|
]
|