opam-version: "2.0"
maintainer: "opensource@janestreet.com"
build: make
remove: [["ocamlfind" "remove" "email_message"]]
depends: [
  "ocaml"
  "camlp4"
  "async" {= "109.38.00"}
  "core" {>= "109.38.00" & <= "109.41.00"}
  "core_extended" {>= "109.36.00" & <= "109.41.00"}
  "re2" {>= "109.32.00" & <= "109.40.00"}
  "pa_ounit" {= "109.36.00"}
  "sexplib" {>= "109.20.00" & <= "109.41.00"}
  "fieldslib" {= "109.20.00"}
  "ocamlbuild" {build}
]
install: [make "install"]
synopsis: "E-mail message parser"
flags: light-uninstall
url {
  src:
    "https://ocaml.janestreet.com/alpha-packages/109.38.alpha1/individual/email_message-109.38.alpha1.tar.gz"
  checksum: "md5=dd309d3a295d88c12fd7a84010947ee0"
}
