this repo has no description
1opam-version: "2.0" 2synopsis: "Timere natural language parsing component" 3description: """ 4(WIP) Facilities for parsing natural language expressions into 5 6- Timere objects 7 8- Date time 9 10- Hour minute second 11 12- Duration 13""" 14maintainer: "Darren Ldl <darrenldldev@gmail.com>" 15authors: "Daypack developers" 16license: "MIT" 17homepage: "https://github.com/daypack-dev/timere" 18bug-reports: "https://github.com/daypack-dev/timere/issues" 19dev-repo: "git+https://github.com/daypack-dev/timere" 20depends: [ 21 "ocaml" {>= "4.06.1" & < "5.0"} 22 "dune" {>= "2.7.0"} 23 "oseq" 24 "ptime" 25 "timere" {>= "0.1.5" & < "0.2.1"} 26 "re" {>= "1.9.0"} 27 "mparser" {>= "1.3"} 28] 29build: [ 30 ["dune" "build" "-p" name "-j" jobs] 31] 32url { 33 src: 34 "https://github.com/daypack-dev/timere/releases/download/parse-v0.0.4/parse-v0.0.4.tar.gz" 35 checksum: 36 "sha256=05c2645eada8f56e8c705f969cfd7dbd21e904aa6de0422f272a6f28dc3365f5" 37}