opam-version: "2.0"
authors: [ "Vincent Bernardoff <vb@luminar.eu.org>" "Marco Stronati <marco@stronati.org>" ]
maintainer: "contact@tezos.com"
synopsis: "Tezos binding for Hacl*"
homepage: "https://gitlab.com/nomadic-labs/ocaml-hacl"
bug-reports: "https://gitlab.com/nomadic-labs/ocaml-hacl/issues"
dev-repo: "git+https://gitlab.com/nomadic-labs/ocaml-hacl.git"
license: "MIT"
depends: [
  "dune" {>= "2.0"}
  "bigstring" {>= "0.1.1"}
  "ocplib-endian" {>= "1.0"}
  "zarith" {>= "1.7"}
  "alcotest" {with-test & >= "0.8.1"}
  "hex" {with-test & >= "1.4.0"}
  "base" {< "v0.15"}
  "stdio" {< "v0.15"}
]
conflicts: [
  "hacl_x25519"
]
build: [
  ["dune" "build" "-j" jobs "-p" name]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
url {
  src:
    "https://gitlab.com/nomadic-labs/ocaml-hacl/-/archive/v0.3/ocaml-hacl-v0.3.tar.gz"
  checksum: [
    "sha256=84b6a8dbff8a3701d5e07cf79b411feb227d91df4b0503e8f736520288bbeec7"
    "sha512=19a52361f8800dd5034abe01f79d54f4ba434fbeb678d98f90997dec72c50d3cab1650b85cde572a919e5ff57b460958544082ce1d3aa5707a71f31c1aae0639"
  ]
}
