opam-version: "2.0"
synopsis: "Timere natural language parsing component"
description: """
(WIP) Facilities for parsing natural language expressions into

- Timere objects

- Date time

- Duration
"""
maintainer: "Darren Ldl <darrenldldev@gmail.com>"
authors: "Daypack developers"
license: "MIT"
homepage: "https://github.com/daypack-dev/timere"
bug-reports: "https://github.com/daypack-dev/timere/issues"
dev-repo: "git+https://github.com/daypack-dev/timere"
depends: [
  "ocaml" {>= "4.06.1"}
  "dune" {>= "2.7.0"}
  "oseq"
  "ptime"
  "timere" {< "0.2.1"}
  "re"
  "mparser"
]
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
url {
  src:
    "https://github.com/daypack-dev/timere/releases/download/parse-v0.0.1/parse-v0.0.1.tar.gz"
  checksum:
    "sha256=6336c0ca5e8888435f2499df2359052e9f533b40bbca18e955c9da068306c32c"
}
