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" 23 "ke" {>= "0.4"} 24 "unstrctrd" {>= "0.2"} 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.5"} 32 "prettym" 33 "bigstringaf" {>= "0.5.0"} 34 "bigarray-compat" 35 "bigarray-overlap" {>= "0.2.0"} 36 "angstrom" {>= "0.14.0"} 37 "hxd" {with-test} 38 "alcotest" {with-test} 39 "jsonm" {with-test} 40] 41x-commit-hash: "5c492eae4a5c65229fa91629e10e5ed77915cb6b" 42url { 43 src: 44 "https://github.com/mirage/mrmime/releases/download/v0.4.0/mrmime-v0.4.0.tbz" 45 checksum: [ 46 "sha256=38d96d96b4d00a8003954c1e1726d87ccd80592bee7034451c2a73b6e2ef40f4" 47 "sha512=eab7d073a074fb7964f7bb9d0f75f9a475f70901d71087c8340459513efb19454527efffdb2fc8f817c5d8239b105c98912a89cb21fc2e4c280b6ae05dabafb4" 48 ] 49}