package odate

  1. Overview
  2. Docs
Date & Duration Library

Install

Dune Dependency

Authors

Maintainers

Sources

odate-0.7.tbz
sha256=74192cc81d97f3c2689b6f5b55ef5006f71412cc947441832260ea85518f55af
sha512=2d490b6b102ed0e153192a13acc65ce67ef31414e68e96b8152ada38b05a7624f9c6f246692cffb4fb39422de600160613ef82ea2843d7cd6e79b20fd23ae438

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: 04 Oct 2023

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 >= "20230608"
  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