opam-version: "1.2" name: "hacl" version: "dev" authors: [ "Vincent Bernardoff " "Marco Stronati " ] maintainer: "Vincent Bernardoff " homepage: "https://gitlab.com/tezos/tezos" bug-reports: "https://gitlab.com/tezos/tezos/issues" dev-repo: "https://gitlab.com/tezos/tezos.git" license: "MIT" depends: [ "jbuilder" {build & >= "1.0+beta16"} "bigstring" {>= "0.1.1"} "ocplib-endian" {>= "1.0"} "zarith" {>= "1.7"} "alcotest" {test & >= "0.8.1"} "hex" {test & >= "1.2.0"} ] build: [ "jbuilder" "build" "-j" jobs "-p" name "@install" ] build-test: [ "jbuilder" "runtest" "-p" name "-j" jobs ] available: [ ocaml-version >= "4.02.0" ]