d2708740c8
Installation: `./scripts/opam-pin.sh && opam install tezos-node tezos-client` Upgrade installed packages after a `git pull` (opam2 only): `./scripts/opam-upgrade.sh` Remove and cleanup every from the opam repo: `./scripts/opam-unpin.sh`
26 lines
569 B
Plaintext
26 lines
569 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-stdlib"
|
|
"tezos-stdlib-lwt"
|
|
"tezos-data-encoding"
|
|
"tezos-error-monad"
|
|
"nocrypto"
|
|
"sodium"
|
|
"zarith"
|
|
]
|
|
build: [
|
|
[ "jbuilder" "build" "-p" name "-j" jobs ]
|
|
]
|
|
build-test: [
|
|
[ "jbuilder" "runtest" "-p" name "-j" jobs ]
|
|
]
|