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.0"}
20 "dune" {>= "2.7"}
21 "rresult"
22 "fmt" {>= "0.8.7"}
23 "ke" {>= "0.4"}
24 "unstrctrd" {>= "0.3"}
25 "ptime" {>= "0.8.2"}
26 "uutf"
27 "rosetta" {>= "0.3.0"}
28 "ipaddr"
29 "emile" {>= "1.0"}
30 "base64" {>= "3.1.0"}
31 "pecu" {>= "0.6"}
32 "prettym" {>= "0.0.2"}
33 "bigstringaf" {>= "0.5.0"}
34 "bigarray-compat"
35 "bigarray-overlap" {>= "0.2.0"}
36 "angstrom" {>= "0.14.0"}
37 "cmdliner"
38 "fpath"
39 "hxd"
40 "mirage-crypto-rng" {< "1.0.0"}
41 "ocplib-endian"
42 "afl-persistent"
43 "alcotest" {with-test}
44 "jsonm" {with-test}
45 "crowbar" {with-test}
46 "lwt" {with-test}
47 "logs"
48]
49url {
50 src:
51 "https://github.com/mirage/mrmime/releases/download/v0.5.0/mrmime-v0.5.0.tbz"
52 checksum: [
53 "sha256=0ac119fbcf49e66d2e13dec3cc23109be03cbd7b9f7f868ab1afb3eb3bf2c4e4"
54 "sha512=3f047fea13792415317ca5e3ba26a5ca8761662de57937a3b40ae590a0d5a82da645118472fc25ff8568b6615587264ae0c410adf39ae0498492e9a0dfa6695e"
55 ]
56}
57x-commit-hash: "6dc0e6e4a388dfbbabde06bf7d299b36fe7a1e61"