package dates_calc

  1. Overview
  2. Docs
A date calculation library

Install

Dune Dependency

Authors

Maintainers

Sources

0.0.3.tar.gz
md5=ee0ff07acefc348c00c024f0ef02f22d
sha512=46d3510eae94e12e5339cecb34d88eb1d292ec5ac3398ab2c939c016a2268311b775535d99c14f0852308cd22fec4f86cb0378a339cba6afad840549a9468b20

Description

A date calculation library, with exact operators to add a given number of days to a date, and approximate operators to add months or years.

Published: 18 Aug 2022

README

A date calculation library

Aim

This library handles dates (DD-MM-YYYY) and periods (in days, months and years). It provides operators on dates and periods. The addition of dates and periods containing months or years is a tricky case that may require roundings.

This library is a work in progress.

Installation

Just run opam install dates_calc or opam install . if you've cloned the git repository.

Dependencies (2)

  1. ocaml >= "4.11.0"
  2. dune >= "2.7"

Dev Dependencies (3)

  1. odoc with-doc
  2. qcheck with-test & >= "0.15"
  3. alcotest with-test & >= "1.5.0"

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.