version: "dev" opam-version: "2.0" name: "hacl" authors: [ "Vincent Bernardoff " "Marco Stronati " ] maintainer: "Vincent Bernardoff " 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" {build & >= "1.0.1"} "bigstring" {>= "0.1.1"} "ocplib-endian" {>= "1.0"} "zarith" {>= "1.7"} "alcotest" {with-test & >= "0.8.1"} "hex" {with-test & >= "1.2.0"} "base" "stdio" ] build: [ [ "dune" "build" "-j" jobs "-p" name "@install" ] [ "mv" "vendors/tezos-modded/vendors/ocaml-hacl/hacl.install" "." ] ] run-test: [ "dune" "runtest" "-p" name "-j" jobs ] url { src: "https://gitlab.com/ligolang/ligo/-/archive/master/ligo.tar.gz" }