this repo has no description
1opam-version: "2.0" 2maintainer: "Jane Street developers" 3authors: ["Jane Street Group, LLC"] 4homepage: "https://github.com/janestreet/email_message" 5bug-reports: "https://github.com/janestreet/email_message/issues" 6dev-repo: "git+https://github.com/janestreet/email_message.git" 7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/email_message/index.html" 8license: "MIT" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "4.08.0"} 14 "async" {>= "v0.14" & < "v0.15"} 15 "core" {>= "v0.14" & < "v0.15"} 16 "core_kernel" {>= "v0.14" & < "v0.15"} 17 "ppx_jane" {>= "v0.14" & < "v0.15"} 18 "re2" {>= "v0.14" & < "v0.15"} 19 "angstrom" {>= "0.14.1"} 20 "base64" 21 "cryptokit" 22 "dune" {>= "2.0.0"} 23 "magic-mime" 24] 25synopsis: "E-mail message parser" 26url { 27 src: 28 "https://ocaml.janestreet.com/ocaml-core/v0.14/files/email_message-v0.14.0.tar.gz" 29 checksum: [ 30 "sha256=8785af9f579962a2ed67dfa5f1277695ee505d1115f835a39b03a0d68abf74a4" 31 "md5=7ded9a91a978ec40b3c2dacf4303d998" 32 ] 33}