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 " 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" & < "5.0"} "dune" {>= "2.7.0"} "oseq" "ptime" "timere" {>= "0.1.5" & < "0.2.1"} "re" {>= "1.9.0"} "mparser" {>= "1.3"} ] 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" }