Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hannesm/duration
Duration
https://github.com/hannesm/duration
duration ocaml time
Last synced: 3 months ago
JSON representation
Duration
- Host: GitHub
- URL: https://github.com/hannesm/duration
- Owner: hannesm
- License: other
- Created: 2016-07-13T14:17:32.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2022-10-11T12:35:40.000Z (about 2 years ago)
- Last Synced: 2024-09-29T06:41:09.963Z (3 months ago)
- Topics: duration, ocaml, time
- Language: OCaml
- Homepage:
- Size: 45.9 KB
- Stars: 15
- Watchers: 7
- 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
[![Build Status](https://travis-ci.org/hannesm/duration.svg?branch=master)](https://travis-ci.org/hannesm/duration)
[API Documentation](https://hannesm.github.io/duration/doc/) is available online.