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" {>= "2.0" & < "3.0"} 15 "ocaml" {>= "4.06"} 16 "alcotest" { with-test } 17 "hex" {with-test & >= "1.4.0"} 18] 19url { 20 src: 21 "https://gitlab.com/nomadic-labs/ocaml-blake2/-/archive/v0.3/ocaml-blake2-v0.3.tar.gz" 22 checksum: [ 23 "sha256=16fb4d70b1a312e2647782973a1cb61f8e63b493d8f9b17919ebbb5d12b84798" 24 "sha512=aeb641877b5c2055559ab99280590f2113c13dc51cf181dc42375ab8f0bf7aeaf9819e0f9c37f189f9203c6fc4e224659224c9066463f507c2ecd74f9231dc17" 25 ] 26}