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.07.0"} 14 "async" {>= "v0.12" & < "v0.13"} 15 "core" {>= "v0.12" & < "v0.13"} 16 "core_extended" {>= "v0.12" & < "v0.13"} 17 "core_kernel" {>= "v0.12" & < "v0.13"} 18 "ppx_jane" {>= "v0.12" & < "v0.13"} 19 "re2" {>= "v0.12" & < "v0.13"} 20 "angstrom" {< "0.14.0"} 21 "cryptokit" 22 "dune" {>= "1.5.1"} 23 "magic-mime" 24] 25synopsis: "E-mail message parser" 26url { 27 src: 28 "https://ocaml.janestreet.com/ocaml-core/v0.12/files/email_message-v0.12.0.tar.gz" 29 checksum: [ 30 "sha256=719364217256f7689ecc53ff795927b90bb8be297395fd6f3d40fd4dc7b04f5c" 31 "md5=7eac9d8a766b2d4460dd98b1fb028e09" 32 ] 33}