ligo/src/lib_base/tezos-base.opam

29 lines
625 B
Plaintext
Raw Normal View History

opam-version: "2.0"
maintainer: "contact@tezos.com"
authors: [ "Tezos devteam" ]
homepage: "https://www.tezos.com/"
bug-reports: "https://gitlab.com/tezos/tezos/issues"
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
2018-08-21 20:29:52 +04:00
license: "MIT"
depends: [
"ocamlfind" { build }
"dune" { build & >= "1.0.1" }
"tezos-stdlib"
"tezos-crypto"
"tezos-data-encoding"
"tezos-error-monad"
"tezos-micheline"
"tezos-rpc"
"calendar"
"ezjsonm" { >= "0.5.0" }
"ipaddr"
"mtime" { >= "1.0.0" }
"re" { >= "1.7.2" }
]
build: [
2018-07-23 17:40:55 +04:00
[ "dune" "build" "-p" name "-j" jobs ]
]
run-test: [
2018-07-23 17:40:55 +04:00
[ "dune" "runtest" "-p" name "-j" jobs ]
]