package timmy

  1. Overview
  2. Docs
Time and calendar library

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.0.tar.gz
md5=8ff18d53b9432f7d944adc31230736ff
sha512=0395308f402131b0333a8ee94c878d78e7698573e1c6bc943911692003b8d81949598e524e7ce0c9438cd4a3cf6298a58a868b24df7b5a5e1342ea263bd51a60

Description

Published: 18 Apr 2023

README

Timmy

Timmy is a general-purpose time and calendar library for OCaml.

It supports advanced calendar features, enforces timezone safety, supports daylight saving times and overall focuses on the cleanliness, safety and completeness of its API.

Documentation

Timmy's documentation can be found online.

Installation

Timmy is not yet released to opam and can be installed with a manual pin:

opam pin timmy 'git+https://github.com/mefyl/timmy#0.14.2'
opam install timmy

Dependencies (7)

  1. ptime
  2. ppx_deriving >= "5.0"
  3. ppx_here
  4. ocaml >= "4.08.0" & < "5.1.0"
  5. fmt >= "0.8.7"
  6. base
  7. dune >= "3.0"

Dev Dependencies (7)

  1. shexp dev & with-test
  2. stdio dev & with-test
  3. sexplib dev & with-test
  4. opam-file-format dev & with-test
  5. cmdliner dev & with-test
  6. odoc with-doc
  7. alcotest with-test & >= "1.4.0"

Used by (2)

  1. timmy-jsoo < "1.0.4"
  2. timmy-unix < "1.0.4"

Conflicts (1)

  1. schematic < "0.17.0" | >= "0.18.0"