opam-version: "2.0" name: "blake2" authors: "Vincent Bernardoff " maintainer: "Vincent Bernardoff " 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"} ]