ligo/vendors/ocaml-hacl/hacl.opam

23 lines
703 B
Plaintext
Raw Normal View History

opam-version: "1.2"
name: "hacl"
version: "dev"
authors: [ "Vincent Bernardoff <vb@luminar.eu.org>" "Marco Stronati <marco@stronati.org>" ]
maintainer: "Vincent Bernardoff <vb@luminar.eu.org>"
homepage: "https://gitlab.com/tezos/tezos"
bug-reports: "https://gitlab.com/tezos/tezos/issues"
dev-repo: "https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
2018-07-23 17:40:55 +04:00
"dune" {build & >= "1.0.1"}
"bigstring" {>= "0.1.1"}
"ocplib-endian" {>= "1.0"}
"zarith" {>= "1.7"}
"alcotest" {test & >= "0.8.1"}
"hex" {test & >= "1.2.0"}
2018-06-06 12:49:48 +04:00
"base"
"stdio"
]
2018-07-23 17:40:55 +04:00
build: [ "dune" "build" "-j" jobs "-p" name "@install" ]
build-test: [ "dune" "runtest" "-p" name "-j" jobs ]
available: [ ocaml-version >= "4.02.0" ]