this repo has no description
1opam-version: "2.0" 2authors: [ "Vincent Bernardoff <vb@luminar.eu.org>" "Marco Stronati <marco@stronati.org>" ] 3maintainer: "Vincent Bernardoff <vb@luminar.eu.org>" 4synopsis: "Tezos binding for Hacl*" 5homepage: "https://gitlab.com/tezos/tezos" 6bug-reports: "https://gitlab.com/tezos/tezos/issues" 7dev-repo: "git+https://gitlab.com/tezos/tezos.git" 8license: "MIT" 9depends: [ 10 "dune" {>= "1.7" & < "2.0"} 11 "bigstring" {>= "0.1.1"} 12 "ocplib-endian" {>= "1.0"} 13 "zarith" {>= "1.7"} 14 "alcotest" {with-test & >= "0.8.1"} 15 "hex" {with-test & >= "1.2.0"} 16 "base" 17 "stdio" 18] 19build: [ 20 ["dune" "build" "-j" jobs "-p" name "@install"] 21 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 22] 23url { 24 src: 25 "https://gitlab.com/nomadic-labs/ocaml-hacl/-/archive/v0.1/ocaml-hacl-v0.1.tar.gz" 26 checksum: [ 27 "md5=806cbebd4f2aa907d20a58381b3aaff8" 28 "sha512=fd0816be776945a488f96c1b3ee4e7561953ab9c3ef7bbd6bc3f477ddd496fc99ebe52909ff9a346c3c6c434bb791ebce36f598aef4213715b360d25d72c8b61" 29 ] 30}