ligo/vendors/ocaml-blake2/blake2.opam

17 lines
555 B
Plaintext
Raw Normal View History

opam-version: "2.0"
name: "blake2"
authors: "Vincent Bernardoff <vb@luminar.eu.org>"
maintainer: "Vincent Bernardoff <vb@luminar.eu.org>"
license: "ISC"
homepage: "https://github.com/vbmithr/ocaml-blake2"
bug-reports: "https://github.com/vbmithr/ocaml-blake2/issues"
dev-repo: "git://github.com/vbmithr/ocaml-blake2"
2018-07-23 17:40:55 +04:00
build: [ "dune" "build" "-j" jobs "-p" name "@install" ]
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
depends: [
2018-07-23 17:40:55 +04:00
"dune" {build & >= "1.0.1"}
2018-04-17 12:37:49 +04:00
"bigstring" {>= "0.1.1"}
"alcotest" { with-test }
"hex" {with-test & >= "1.2.0"}
]