opam-version: "2.0" maintainer: "contact@nomadic-labs.com" authors: [ "Vincent Bernardoff " "Nomadic Labs" ] license: "ISC" synopsis: "Cryptography for Tezos" homepage: "https://gitlab.com/nomadic-labs/ocaml-blake2" bug-reports: "https://gitlab.com/nomadic-labs/ocaml-blake2/issues" dev-repo: "git+https://gitlab.com/nomadic-labs/ocaml-blake2.git" build: [ ["dune" "build" "-j" jobs "-p" name "@install"] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "dune" {>= "1.7" & < "2.0"} "bigstring" {>= "0.1.1"} "alcotest" { with-test } "hex" {with-test & >= "1.2.0"} ] url { src: "https://gitlab.com/nomadic-labs/ocaml-blake2/-/archive/v0.1/ocaml-blake2-v0.1.tar.gz" checksum: [ "md5=4796f7045d92c3ba778dfd00fffdc6f3" "sha512=ede2aea0c011fcb3bd4c12fd7817634432e54eac704f3266ccb9a0b35776abb472db2ac87c7478835b6c48e0348e4c3a60e0ec1bcb7a011708842bd72fc53212" ] }