package odate

  1. Overview
  2. Docs
Date & Duration Library

Install

Dune Dependency

Authors

Maintainers

Sources

0.6.tar.gz
sha256=32e56ede263b4c1334e98a8cdb73f4404eadc6a5bfa99fb8de5bc40703daa49d
sha512=cdf80665fdac1cf5d3aa2a15c3887f6f5c2a9e7257c42d08c1dc2f376ae78559ee9d32f555a78b397744e99f3500ebd01a4465ef01b41520fb1fa7bd942aa36b

Description

Simple date and duration manipulation. Also implement duration printer based on string format. Already implemented in opalang [http://opalang.org/]. For documentation about the format, see : [http://doc.opalang.org/value/stdlib.core.date/Duration/try_generate_printer].

Published: 18 Nov 2020

README

odate - Date & Duration Library

Simple date and duration manipulation. Implements duration printer based on string format. Already implemented in opalang. For documentation about the format, see: Printing - L472.

See the file INSTALL.txt for building and installation instructions.

Home page

Copyright and license

odate is distributed under the MIT License.

Dependencies (4)

  1. base-unix
  2. menhir build & < "20211215"
  3. dune >= "2.2"
  4. ocaml >= "4.07.0"

Dev Dependencies (1)

  1. ppx_expect with-test

Used by (5)

  1. catala < "0.3.0"
  2. coclobas
  3. equinoxe >= "0.2.0"
  4. soupault >= "2.2.0"
  5. terminus

Conflicts

None