22 lines
695 B
Plaintext
22 lines
695 B
Plaintext
opam-version: "2.0"
|
|
name: "hacl"
|
|
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" ]
|
|
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
|