https://github.com/hannesm/duration
Duration
https://github.com/hannesm/duration
duration ocaml time
Last synced: 11 months ago
JSON representation
Duration
- Host: GitHub
- URL: https://github.com/hannesm/duration
- Owner: hannesm
- License: other
- Created: 2016-07-13T14:17:32.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-12-17T15:34:43.000Z (over 1 year ago)
- Last Synced: 2025-03-24T07:41:01.405Z (about 1 year ago)
- Topics: duration, ocaml, time
- Language: OCaml
- Homepage:
- Size: 45.9 KB
- Stars: 15
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Duration - conversions to various time units
%%VERSION%%
A duration is represented in nanoseconds as an unsigned 64 bit integer. This
has a range of up to 584 years. Functions provided check the input and raise
on negative or out of bound input.
## Documentation
[](https://travis-ci.org/hannesm/duration)
[API Documentation](https://hannesm.github.io/duration/doc/) is available online.