this repo has no description
1opam-version: "2.0" 2authors: [ "Vincent Bernardoff <vb@luminar.eu.org>" "Marco Stronati <marco@stronati.org>" ] 3maintainer: "contact@tezos.com" 4synopsis: "Tezos binding for Hacl*" 5homepage: "https://gitlab.com/nomadic-labs/ocaml-hacl" 6bug-reports: "https://gitlab.com/nomadic-labs/ocaml-hacl/issues" 7dev-repo: "git+https://gitlab.com/nomadic-labs/ocaml-hacl.git" 8license: "MIT" 9depends: [ 10 "dune" {>= "2.0" & < "3.0"} 11 "bigstring" {>= "0.1.1"} 12 "ocplib-endian" {>= "1.0"} 13 "zarith" {>= "1.7"} 14 "alcotest" {with-test & >= "0.8.1"} 15 "hex" {with-test & >= "1.4.0"} 16 "base" 17 "stdio" 18] 19conflicts: [ 20 "hacl_x25519" 21] 22build: [ 23 ["dune" "build" "-j" jobs "-p" name] 24 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 25] 26url { 27 src: 28 "https://gitlab.com/nomadic-labs/ocaml-hacl/-/archive/v0.3/ocaml-hacl-v0.3.tar.gz" 29 checksum: [ 30 "sha256=84b6a8dbff8a3701d5e07cf79b411feb227d91df4b0503e8f736520288bbeec7" 31 "sha512=19a52361f8800dd5034abe01f79d54f4ba434fbeb678d98f90997dec72c50d3cab1650b85cde572a919e5ff57b460958544082ce1d3aa5707a71f31c1aae0639" 32 ] 33}