this repo has no description
1opam-version: "2.0"
2maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
3authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
4homepage: "https://github.com/mirage/mrmime"
5bug-reports: "https://github.com/mirage/mrmime/issues"
6dev-repo: "git+https://github.com/mirage/mrmime.git"
7doc: "https://mirage.github.io/mrmime/"
8license: "MIT"
9synopsis: "Mr. MIME"
10description: """Parser and generator of mail in OCaml"""
11
12build: [
13 ["dune" "build" "-p" name "-j" jobs]
14 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
15]
16
17depends: [
18 "ocaml" {>= "4.08.0"}
19 "ocaml" {with-test & < "5.2"}
20 "dune" {>= "2.7"}
21 "ke" {>= "0.4"}
22 "unstrctrd" {>= "0.3"}
23 "ptime" {>= "0.8.2"}
24 "uutf"
25 "rosetta" {>= "0.3.0"}
26 "ipaddr" {>= "5.0.0"}
27 "emile" {>= "1.0"}
28 "base64" {>= "3.1.0"}
29 "pecu" {>= "0.6"}
30 "prettym" {>= "0.0.2"}
31 "bigstringaf" {>= "0.5.0"}
32 "bigarray-overlap" {>= "0.2.0"}
33 "angstrom" {>= "0.14.0"}
34 "fpath" {with-test}
35 "hxd" {with-test}
36 "mirage-crypto-rng" {with-test & < "1.0.0"}
37 "ocplib-endian" {with-test}
38 "afl-persistent" {with-test}
39 "alcotest" {with-test}
40 "jsonm" {with-test}
41 "crowbar" {with-test}
42 "lwt" {with-test}
43 "cmdliner" {with-test & >= "1.1.0"}
44 "logs" {with-test}
45]
46conflicts: [
47 "result" {< "1.5"}
48]
49url {
50 src:
51 "https://github.com/mirage/mrmime/releases/download/v0.6.0/mrmime-0.6.0.tbz"
52 checksum: [
53 "sha256=056e89df4fee37b9a1f09315c6aa45ea9c70350d23eff62ab57d5c96a665898c"
54 "sha512=20e02272ad4ecaaa4f07da8f042945b14b032ee3c5b49140e26d4d22bb6014fe68e0c32547abf43ffaf26b5e56f88de91e4042510065d363c033a1f83f7c15e6"
55 ]
56}
57x-commit-hash: "bba983479ae1ee4638cb4ffda33dbefa64f5d773"