opam-version: "2.0" synopsis: "OCaml date time reasoning library" description: """ Features: - Reasoning over time intervals via `timere` objects/expressions, examples: - Pattern matching time and intervals. These work across DST boundaries. - Intersection and union - Chunking at year or month boundary, or in fixed sizes - Evaluate (sub)expressions with a different time zone (e.g. intersection of 9am to 5pm of Sydney and 9am to 5pm of New York) """ maintainer: "Darren Ldl " 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" & < "5.0"} "bisect_ppx" {dev & >= "2.5.0"} "dune" {>= "2.7.0"} "oseq" {>= "0.3" & < "0.5"} "seq" "containers" {>= "3.4"} "fmt" {>= "0.8.7"} "timedesc" {>= "0.5.0" & < "0.6.0"} "diet" {>= "0.4"} "crowbar" {with-test} "alcotest" {with-test} "qcheck-alcotest" {with-test} "qcheck" {with-test} ] build: [ ["dune" "build" "-p" name "-j" jobs] ] url { src: "https://github.com/daypack-dev/timere/releases/download/v0.6.0/v0.6.0.tar.gz" checksum: "sha256=e5f7dfe4eabf80643dcf518ebcaf4cde7820b93f4f6758bcc22a424c4a690aba" }