ligo/packages/hacl/hacl.dev/opam

29 lines
865 B
Plaintext
Raw Normal View History

2019-05-13 11:42:54 +04:00
version: "dev"
2019-05-13 01:13:37 +04:00
opam-version: "2.0"
2019-05-13 02:00:28 +04:00
name: "hacl"
2019-05-13 01:13:37 +04:00
authors: [ "Vincent Bernardoff <vb@luminar.eu.org>" "Marco Stronati <marco@stronati.org>" ]
maintainer: "Vincent Bernardoff <vb@luminar.eu.org>"
synopsis: "Tezos binding for Hacl*"
homepage: "https://gitlab.com/tezos/tezos"
bug-reports: "https://gitlab.com/tezos/tezos/issues"
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
"dune" {build & >= "1.0.1"}
"bigstring" {>= "0.1.1"}
"ocplib-endian" {>= "1.0"}
"zarith" {>= "1.7"}
"alcotest" {with-test & >= "0.8.1"}
"hex" {with-test & >= "1.2.0"}
"base"
"stdio"
]
build: [
[ "dune" "build" "-j" jobs "-p" name "@install" ]
[ "mv" "vendors/tezos-modded/vendors/ocaml-hacl/hacl.install" "." ]
2019-05-13 01:13:37 +04:00
]
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
url {
2019-05-27 15:10:29 +04:00
src: "https://gitlab.com/ligolang/ligo/-/archive/master/ligo.tar.gz"
2019-05-13 01:13:37 +04:00
}