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