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- Duration 11""" 12maintainer: "Darren Ldl <darrenldldev@gmail.com>" 13authors: "Daypack developers" 14license: "MIT" 15homepage: "https://github.com/daypack-dev/timere" 16bug-reports: "https://github.com/daypack-dev/timere/issues" 17dev-repo: "git+https://github.com/daypack-dev/timere" 18depends: [ 19 "ocaml" {>= "4.06.1" & < "5.0"} 20 "dune" {>= "2.7.0"} 21 "oseq" 22 "ptime" 23 "timere" {>= "0.1.5" & < "0.2.1"} 24 "re" {>= "1.9.0"} 25 "mparser" {>= "1.3"} 26] 27build: [ 28 ["dune" "build" "-p" name "-j" jobs] 29] 30url { 31 src: 32 "https://github.com/daypack-dev/timere/releases/download/parse-v0.0.1/parse-v0.0.1.tar.gz" 33 checksum: 34 "sha256=6336c0ca5e8888435f2499df2359052e9f533b40bbca18e955c9da068306c32c" 35}