this repo has no description
1opam-version: "2.0" 2maintainer: "contact@nomadic-labs.com" 3authors: [ "Vincent Bernardoff <vb@luminar.eu.org>" "Nomadic Labs" ] 4license: "ISC" 5synopsis: "Blake2 cryptography" 6homepage: "https://gitlab.com/nomadic-labs/ocaml-blake2" 7bug-reports: "https://gitlab.com/nomadic-labs/ocaml-blake2/issues" 8dev-repo: "git+https://gitlab.com/nomadic-labs/ocaml-blake2.git" 9build: [ 10 ["dune" "build" "-j" jobs "-p" name] 11 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 12] 13depends: [ 14 "dune" {>= "1.7" & < "2.0"} 15 "ocaml" {>= "4.06"} 16 "alcotest" { with-test } 17 "hex" {with-test & >= "1.2.0"} 18] 19url { 20 src: 21 "https://gitlab.com/nomadic-labs/ocaml-blake2/-/archive/v0.2/ocaml-blake2-v0.2.tar.gz" 22 checksum: [ 23 "md5=386497b83fbebadf8c5181d47b26beff" 24 "sha512=14c657cde9b406e5597ee6873050324efcbcca6bf6652b100402397a015a06a005be6442ff9bd942c02b06ff3050f80cc6073e1ba70979d958722c871b042d56" 25 ] 26}