ligo/src/proto_alpha/lib_baking/tezos-baking-alpha-commands.opam

24 lines
598 B
Plaintext
Raw Normal View History

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 }
2018-03-07 10:38:40 +04:00
"jbuilder" { build build & >= "1.0+beta17" = "1.0+beta17" }
"tezos-base"
"tezos-protocol-environment"
"tezos-protocol-alpha"
"tezos-shell-services"
"tezos-client-base"
"tezos-client-commands"
"tezos-client-alpha"
"tezos-baking-alpha"
]
build: [
[ "jbuilder" "build" "-p" name "-j" jobs ]
]