26 lines
670 B
Plaintext
26 lines
670 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" }
|
|
"base-unix"
|
|
"tezos-base"
|
|
"tezos-protocol-environment-sigs"
|
|
"lwt"
|
|
"ocplib-endian"
|
|
"ocp-ocamlres" { >= "dev" }
|
|
]
|
|
build: [
|
|
[ "jbuilder" "build" "-p" name "-j" jobs ]
|
|
]
|
|
build-test: [
|
|
[ "jbuilder" "runtest" "-p" name "-j" jobs ]
|
|
]
|
|
## ocaml-version should be in sync with `script/version.sh`
|
|
available: [ ocaml-version = "4.04.2" ] |