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.5.0" & < "0.6.0"}
26 "timere" {>= "0.6.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.5/parse-v0.0.5.tar.gz"
35 checksum:
36 "sha256=eb1d9250324ec05bfe8ab120318f7ec15728e97a3145052a12b672c3c20af96f"
37}