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.07.0"} 19 "ocaml" {with-test & < "5.2"} 20 "dune" {>= "1.2"} 21 "rresult" 22 "fmt" 23 "ke" {>= "0.4"} 24 "unstrctrd" 25 "ptime" {>= "0.8.2"} 26 "uutf" 27 "rosetta" {>= "0.3.0"} 28 "ipaddr" 29 "emile" {>= "0.8" & < "1.0"} 30 "base64" {>= "3.1.0"} 31 "pecu" {= "0.4"} 32 "bigstringaf" {>= "0.5.0"} 33 "bigarray-compat" 34 "bigarray-overlap" 35 "angstrom" {>= "0.11.0" & < "0.14.0"} 36 "hxd" {with-test & = "0.1.0"} 37 "alcotest" {with-test} 38 "jsonm" {with-test} 39] 40url { 41 src: 42 "https://github.com/mirage/mrmime/releases/download/v0.2.0/mrmime-v0.2.0.tbz" 43 checksum: [ 44 "sha256=f436ab329b78cb0d9a01d2e2b06f25f22c8bed8b0ea960824468089fcd9ff138" 45 "sha512=dc31a202ad2f3269e070722498d156cbc3b8ce621bbb2cc06dc554a23dffef2f1a2b05ef9ec870a91433142d8f7972f65cbf21a0f6ac415c4b32b77b97cfa185" 46 ] 47}