this repo has no description
1opam-version: "2.0" 2synopsis: "OCaml API for EverCrypt/HACL*" 3maintainer: "Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com>" 4authors: "Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com>" 5license: "Apache-2.0" 6homepage: "https://hacl-star.github.io/" 7bug-reports: "https://github.com/hacl-star/hacl-star/issues" 8depends: [ 9 "ocaml" {>= "4.05.0"} 10 "dune" {>= "1.2"} 11 "hacl-star-raw" {= version} 12 "zarith" 13 "cppo" {build} 14] 15build: ["dune" "build" "-p" name "-j" jobs] 16run-test: ["dune" "runtest" "-p" name "-j" jobs] 17dev-repo: "git+https://github.com/hacl-star/hacl-star.git" 18url { 19 src: 20 "https://github.com/hacl-star/hacl-star/releases/download/ocaml-v0.1.1/hacl-star.0.1.1.tar.gz" 21 checksum: [ 22 "md5=b593874d70983135344cd0a3f3119c6f" 23 "sha512=d627f94c8ad8d378981d6daa07c77cde1a036f1244a6ecd2b75dfc51dab457ae8057adee98bef0ca0d947fc379d3054cf31eab8199f0f0a8edbdc87d11d9de25" 24 ] 25}