package timere

  1. Overview
  2. No Docs
OCaml date time reasoning library

Install

Authors

Maintainers

Sources

v0.7.0.tar.gz
sha256=1fee8b8201899be96982918c17a4fa2952b18343f91d97b90743a38e4eb8b792

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)

Published: 10 Feb 2022

Dependencies (8)

  1. diet >= "0.4"
  2. timedesc >= "0.6.0" & < "0.8.0"
  3. fmt >= "0.8.7"
  4. containers >= "3.6"
  5. seq
  6. oseq >= "0.3" & < "0.5"
  7. dune >= "2.7.0"
  8. ocaml >= "4.06.1" & < "5.0"

Dev Dependencies (5)

  1. qcheck with-test
  2. qcheck-alcotest with-test
  3. alcotest with-test
  4. crowbar with-test
  5. bisect_ppx dev & >= "2.5.0"

Used by (2)

  1. dirsift >= "0.0.4"
  2. timere-parse >= "0.0.5"

Conflicts

None