this repo has no description
1opam-version: "2.0"
2synopsis: "OCaml date time and duration natural language parsing library"
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" {>= "0.3"}
24 "re" {>= "1.9.0"}
25 "timedesc" {>= "0.6.0" & < "0.8.0"}
26 "timere" {>= "0.7.0"}
27 "mparser" {>= "1.3"}
28 "containers" {>= "3.6"}
29]
30build: [
31 ["dune" "build" "-p" name "-j" jobs]
32]
33url {
34 src:
35 "https://github.com/daypack-dev/timere/releases/download/parse-v0.0.6/parse-v0.0.6.tar.gz"
36 checksum:
37 "sha256=a767ff83514b540e6805f93293e8a50db3e9343184ee834f475308db12ef0629"
38}