ligo/src/lib_crypto/tezos-crypto.opam

31 lines
638 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-06-02 16:11:22 +04:00
"jbuilder" { build & = "1.0+beta20" }
"tezos-stdlib"
2018-04-06 13:46:09 +04:00
"tezos-data-encoding"
"tezos-error-monad"
"tezos-rpc"
"tezos-clic"
"lwt"
"blake2"
"hacl"
"zarith"
2018-04-19 16:29:27 +04:00
"secp256k1"
2018-06-05 21:27:58 +04:00
"uecc"
2018-04-19 14:02:23 +04:00
"alcotest" { test & >= "0.8.3" }
]
build: [
[ "jbuilder" "build" "-p" name "-j" jobs ]
]
build-test: [
[ "jbuilder" "runtest" "-p" name "-j" jobs ]
]