ligo/src/lib_shell_services/tezos-shell-services.opam

20 lines
440 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"
2018-08-21 20:29:52 +04:00
license: "MIT"
depends: [
"ocamlfind" { build }
2018-07-23 17:40:55 +04:00
"dune" { build & = "1.0.1" }
"tezos-base"
]
build: [
2018-07-23 17:40:55 +04:00
[ "dune" "build" "-p" name "-j" jobs ]
]
build-test: [
2018-07-23 17:40:55 +04:00
[ "dune" "runtest" "-p" name "-j" jobs ]
]