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: "Email parser and generator in OCaml" 10description: """Email parser and generator in OCaml according RFC822, RFC2822 and RFC5322""" 11 12build: ["dune" "build" "-p" name "-j" jobs] 13run-test: ["dune" "runtest" "-p" name "-j" jobs] 14 15depends: [ 16 "ocaml" {>= "4.07.0" & < "5.0.0"} 17 "dune" {>= "1.0"} 18 "uutf" 19 "ke" {>= "0.4"} 20 "ptime" {>= "0.8.2"} 21 "ipaddr" {>= "2.9.0"} 22 "uutf" 23 "rosetta" 24 "bigstringaf" {>= "0.2.0"} 25 "base64" {>= "3.1.0"} 26 "pecu" {>= "0.3" & < "0.5"} 27 "rresult" 28 "fmt" 29 "hxd" {with-test & < "0.3.0"} 30 "angstrom" {>= "0.11.0" & < "0.14.0"} 31 "alcotest" {with-test & < "1.0.0"} 32 "jsonm" {with-test} 33 "crowbar" {with-test} 34] 35url { 36 src: 37 "https://github.com/mirage/mrmime/releases/download/v0.1.0/mrmime-v0.1.0.tbz" 38 checksum: [ 39 "sha256=51f818624667722012d69243673f5e40bdba95fcde2f33d46fb198d2d576c1af" 40 "sha512=b02911fbcbc9b9e6c668c1e901f0009cd4f7c05dcd8050fabd62894565d91a2f9239956a78536b80ad113c43d3e18bdaa0f8a2f4979ae3ff0bcd9a61f2ee4a7f" 41 ] 42}