# This file is generated by dune, edit dune-project instead 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" depends: [ "ocaml" {>= "4.08"} "bisect_ppx" {dev & >= "2.5.0"} "dune" {>= "2.9"} "seq" "oseq" {>= "0.5"} "containers" {>= "3.6"} "fmt" "timedesc" {>= "2.0.0" & < "3.0.0"} "timedesc-sexp" {>= "2.0.0" & < "3.0.0"} "diet" {>= "0.4"} "crowbar" {with-test} "alcotest" {with-test} "qcheck-alcotest" {with-test} "qcheck" {with-test} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "--promote-install-files=false" "@install" "@runtest" {with-test} "@doc" {with-doc} ] ["dune" "install" "-p" name "--create-install-files" name] ] dev-repo: "git+https://github.com/daypack-dev/timere.git" url { src: "https://github.com/daypack-dev/timere/releases/download/timere-0.8.0/timere-0.8.0.tar.gz" checksum: "sha256=68716028c01ce58edb10523ca7a8b4af4382659cf938a1eb574815989cff9b69" }