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" {>= "0.2.0"} 35 "angstrom" {>= "0.14.0"} 36 "hxd" {with-test & < "0.3.0"} 37 "alcotest" {with-test} 38 "jsonm" {with-test} 39] 40url { 41 src: 42 "https://github.com/mirage/mrmime/releases/download/v0.3.0/mrmime-v0.3.0.tbz" 43 checksum: [ 44 "sha256=d6dee0f8f5b2c49aaf283e8991686a2f902845bcbe84c50973636cbf8e818046" 45 "sha512=11308d7c974be265bba86ca7b54d2955dcc8fe1fd6a6fb593ecd502817692406ff5a57b0b4fa0b57ea00f53478d2981b22823149f7d6d2043a85d18af20087ad" 46 ] 47}