dbf4736e6b
Co-authored-by: Pietro Abate <pietro.abate@nomadic-labs.com> Co-authored-by: Gregoire Henry <gregoire.henry@tezos.com>
17 lines
555 B
Plaintext
17 lines
555 B
Plaintext
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"
|
|
build: [ "dune" "build" "-j" jobs "-p" name "@install" ]
|
|
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
|
|
depends: [
|
|
"dune" {build & >= "1.0.1"}
|
|
"bigstring" {>= "0.1.1"}
|
|
"alcotest" { with-test }
|
|
"hex" {with-test & >= "1.2.0"}
|
|
]
|