Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 613 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 613 Bytes

ocaml-posix-types

ocaml-posix-types provides ctypes-compatible type representations for the types exposed in <sys/types.h>. The implementation details, such as sizes and alignments, of the types vary from platform to platform, but the interface of each type is consistent across platforms.

Build Status