···11+opam-version: "2.0"
22+synopsis: "OCaml date time reasoning library"
33+description: """
44+Features:
55+66+- Reasoning over time intervals via `timere` objects/expressions, examples:
77+88+ - Pattern matching time and intervals. These work across DST boundaries.
99+1010+ - Intersection and union
1111+1212+ - Chunking at year or month boundary, or in fixed sizes
1313+1414+ - Evaluate (sub)expressions with a different time zone (e.g. intersection of 9am to 5pm of Sydney and 9am to 5pm of New York)
1515+"""
1616+maintainer: "Darren Ldl <darrenldldev@gmail.com>"
1717+authors: "Daypack developers"
1818+license: "MIT"
1919+homepage: "https://github.com/daypack-dev/timere"
2020+bug-reports: "https://github.com/daypack-dev/timere/issues"
2121+dev-repo: "git+https://github.com/daypack-dev/timere"
2222+depends: [
2323+ "ocaml" {>= "4.06.1"}
2424+ "bisect_ppx" {dev & >= "2.5.0"}
2525+ "dune" {>= "2.7.0"}
2626+ "oseq" {>= "0.3"}
2727+ "seq"
2828+ "containers" {>= "3.4"}
2929+ "fmt"
3030+ "timedesc" {>= "0.2.0"}
3131+ "crowbar" {with-test}
3232+ "alcotest" {with-test}
3333+ "qcheck-alcotest" {with-test}
3434+ "qcheck" {with-test}
3535+ "diet" {with-test}
3636+]
3737+build: [
3838+ ["dune" "build" "-p" name "-j" jobs]
3939+]
4040+url {
4141+ src:
4242+ "https://github.com/daypack-dev/timere/releases/download/v0.4.0/v0.4.0.tar.gz"
4343+ checksum:
4444+ "sha256=cf2fc7d0af7ef8bdc97620fd55a5f128de04fc91f8851c3fcabb11c1a3d7a318"
4545+}