opam-version: "2.0"
synopsis: "OCaml API for EverCrypt/HACL*"
maintainer: "Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com>"
authors: "Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com>"
license: "Apache-2.0"
homepage: "https://hacl-star.github.io/"
bug-reports: "https://github.com/project-everest/hacl-star/issues"
depends: [
  "ocaml" {>= "4.05.0"}
  "dune" {>= "1.2"}
  "hacl-star-raw" {= version}
  "zarith"
  "cppo" {build}
]
available: os-family != "bsd"
build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["mv" "ocaml/%{name}%.install" "./"]
]
run-test: ["dune" "runtest" "-p" name "-j" jobs]
dev-repo: "git+https://github.com/project-everest/hacl-star.git"
url {
  src:
    "https://github.com/project-everest/hacl-star/releases/download/v0.3.0/hacl-star-v0.3.0.tar.bz2"
  checksum: [
    "sha256=962a134d46a17e21509076c830039f90f1ef7ae04dfe84d569c9f15c83a002b1"
    "sha512=bd8ae53ae2c8aa72d980e93eb5992b6daa5e6923298c77529d0689687b3ec9a10dc6773e1a573ce2fff8caa858cd939bb9d1c42040fc267d3fe6d886d672a07a"
  ]
}
