opam-version: "2.0" synopsis: "OCaml date time and duration natural language parsing library" description: """ (WIP) Facilities for parsing natural language expressions into - Timere objects - Date time - Hour minute second - 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" {>= "0.3"} "re" {>= "1.9.0"} "timedesc" {>= "0.5.0" & < "0.6.0"} "timere" {>= "0.6.0"} "mparser" {>= "1.3"} ] build: [ ["dune" "build" "-p" name "-j" jobs] ] url { src: "https://github.com/daypack-dev/timere/releases/download/parse-v0.0.5/parse-v0.0.5.tar.gz" checksum: "sha256=eb1d9250324ec05bfe8ab120318f7ec15728e97a3145052a12b672c3c20af96f" }