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 "ocaml" {>= "4.13.0"}
17 "dune" {>= "2.7"}
18 "dune-configurator" {>= "2.0.0"}
19 "ounit2" {with-test}
20 "ohex" {with-test & >= "0.2.0"}
21 "eqaf" {>= "0.8"}
22]
23conflicts: [
24 "ocaml-freestanding"
25 "result" {< "1.5"}
26]
27description: """
28Mirage-crypto provides symmetric ciphers (DES, AES, RC4, ChaCha20/Poly1305).
29"""
30x-maintenance-intent: [ "(latest)" ]
31url {
32 src:
33 "https://github.com/mirage/mirage-crypto/releases/download/v2.0.0/mirage-crypto-2.0.0.tbz"
34 checksum: [
35 "sha256=5111764b9b21168eb8f517333463ead2dd16fb58227288783a284097974ff928"
36 "sha512=6aa8c666d29a47b7a64e8108f706e7ffcdf436d41f9fd8e3e72247019b13c9332fe518f84bb298e4f161586a5e3735199373ca7029897ea63d9eed0720e59599"
37 ]
38}
39x-commit-hash: "cadf0e1230cada9f108e63321b30af24642e2b74"