opam-version: "2.0"
maintainer:   "Romain Calascibetta <romain.calascibetta@gmail.com>"
authors:      "Romain Calascibetta <romain.calascibetta@gmail.com>"
homepage:     "https://github.com/mirage/typebeat"
bug-reports:  "https://github.com/mirage/typebeat/issues"
dev-repo: "git+https://github.com/mirage/typebeat.git"
doc:          "https://mirage.github.io/typebeat/"
license:      "MIT"

build: [
  ["jbuilder" "subst" "-p" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
  ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
  "ocaml" {>= "4.03.0"}
  "jbuilder" {>= "1.0+beta9"}
  "angstrom" {= "0.8.0"}
  "alcotest" {with-test}
]
synopsis: "A parser for the Content-Type value"
description:
  "A agnostic parser for the Content-Type value (from the RFC822 and the RFC2045)."
url {
  src:
    "https://github.com/mirage/typebeat/releases/download/v0.2/typebeat-0.2.tbz"
  checksum: "md5=14aa271a6a6c9ea8e869b4aec55ebdb5"
}
