package dates_calc

  1. Overview
  2. Docs
A date calculation library

Install

Dune Dependency

Authors

Maintainers

Sources

0.0.2.tar.gz
md5=b9a95dd2af7b42b1e7bcf17c8929b92c
sha512=4b4cba810bd1a1332c0b0fd99e9657e69450e73e77d37f0e2527df059ad45d227eb16771ec1c0f91abd56d724a8fbd4ab422e7460ae297436f257393ad06109e

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: 08 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