https://github.com/dsheets/ocaml-unix-time
Host-dependent UNIX time.h access
https://github.com/dsheets/ocaml-unix-time
Last synced: about 1 year ago
JSON representation
Host-dependent UNIX time.h access
- Host: GitHub
- URL: https://github.com/dsheets/ocaml-unix-time
- Owner: dsheets
- License: isc
- Created: 2016-05-16T13:38:42.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-18T17:49:18.000Z (about 10 years ago)
- Last Synced: 2025-03-24T08:02:08.803Z (over 1 year ago)
- Language: OCaml
- Size: 5.86 KB
- Stars: 9
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
ocaml-unix-time
===============
[ocaml-unix-time](https://github.com/dsheets/ocaml-unix-time)
provides access to the features exposed in
[`time.h`][time.h] in a way that is not tied to the
implementation on the host system.
The [`Time`][time] module provides types and functions
for describing and working with time.h structures like `tm`, `timespec`,
and `itimerspec`.
The [`Time_unix`][time_unix] module provides bindings to
functions that use the types in `Time`.
[time.h]: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html
[time]: https://github.com/dsheets/ocaml-unix-time/blob/master/lib/time.mli
[time_unix]: https://github.com/dsheets/ocaml-unix-time/blob/master/unix/time_unix.mli
[lwt]: http://ocsigen.org/lwt/