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] 14build: ["dune" "build" "-p" name "-j" jobs] 15run-test: ["dune" "runtest" "-p" name "-j" jobs] 16dev-repo: "git+https://github.com/hacl-star/hacl-star.git" 17url { 18 src: 19 "https://github.com/hacl-star/hacl-star/releases/download/ocaml-v0.1/hacl-star.0.1.tar.gz" 20 checksum: [ 21 "md5=b1c111f4d3e883f427ce7a86bceb985e" 22 "sha512=774c7dca9b44c50307df73d8f850fcf24dc1c5da29b09266316ff19bfa52a7537b39ea799e22066b4fc8664915e1f04c2c51e88301daa122af165c183bf0135d" 23 ] 24}