this repo has no description

Merge pull request #18834 from darrenldl/publish-timere-parse.0.0.5

[new release] timere-parse.0.0.5

Kate 35c80d01 368d2ef4

Changed files
+37
packages
timere-parse
timere-parse.0.0.5
+37
packages/timere-parse/timere-parse.0.0.5/opam
···
···
+
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 <darrenldldev@gmail.com>"
+
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"}
+
"dune" {>= "2.7.0"}
+
"oseq" {>= "0.3"}
+
"re" {>= "1.9.0"}
+
"timedesc" {>= "0.5.0"}
+
"timere" {>= "0.6.0"}
+
"mparser" {>= "1.2.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"
+
}