package unix-time

  1. Overview
  2. Docs
Unix time.h types, maps, and support

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.0.tar.gz
md5=e53ba3b7ffee0605dc7975b7269f9efe

Description

unix-time provides access to the features exposed in time.h in a way that is not tied to the implementation on the host system.

The Time module provides types which are analogous to those defined in time.h such as timespec.

The Time_unix module provides a ctypes view for timespec.

Tags

unix posix time.h tm timespec

Published: 18 May 2016

Dependencies (5)

  1. ctypes
  2. unix-errno >= "0.4.0" & < "0.6.0"
  3. ocamlbuild build
  4. ocamlfind build
  5. ocaml

Dev Dependencies (1)

  1. alcotest with-test

Used by (1)

  1. osx-attr

Conflicts (1)

  1. ctypes < "0.4.0"