this repo has no description
1opam-version: "2.0" 2homepage: "https://github.com/mirage/mirage-crypto" 3dev-repo: "git+https://github.com/mirage/mirage-crypto.git" 4bug-reports: "https://github.com/mirage/mirage-crypto/issues" 5doc: "https://mirage.github.io/mirage-crypto/doc" 6authors: ["David Kaloper <dk505@cam.ac.uk>" "Hannes Mehnert <hannes@mehnert.org>" ] 7maintainer: "Hannes Mehnert <hannes@mehnert.org>" 8license: "ISC" 9synopsis: "Simple symmetric cryptography for the modern age" 10 11build: [ ["dune" "subst"] {dev} 12 ["dune" "build" "-p" name "-j" jobs ] 13 ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] 14 15depends: [ 16 "conf-pkg-config" {build} 17 "ocaml" {>= "4.08.0"} 18 "dune" {>= "2.6"} 19 "dune-configurator" {>= "2.0.0"} 20 "ounit2" {with-test} 21 "cstruct" {>="6.0.0"} 22 "eqaf" {>= "0.8" & < "0.10"} 23] 24depopts: [ 25 "ocaml-freestanding" 26] 27conflicts: [ 28 "mirage-xen" {< "6.0.0"} 29 "ocaml-freestanding" {< "0.6.0"} 30] 31description: """ 32Mirage-crypto provides symmetric ciphers (DES, AES, RC4, ChaCha20/Poly1305), and 33hashes (MD5, SHA-1, SHA-2). 34""" 35url { 36 src: 37 "https://github.com/mirage/mirage-crypto/releases/download/v0.10.6/mirage-crypto-0.10.6.tbz" 38 checksum: [ 39 "sha256=01d6477a4edcad007b56983955d327f0e61c3f36494822f3755017d26e8f9410" 40 "sha512=870b7d0d32acde970afcd3fac2cb51131ac74bb20c887d07ddfccd239467a5dc8b700adf463427fa916393c503f106feb733cba5bf4b9d1f8eb57f52b5af9f9c" 41 ] 42} 43x-commit-hash: "cb946119d60f180e2e5ff1eecfa3ff79c249cd9e"