ocaml-posix icon indicating copy to clipboard operation
ocaml-posix copied to clipboard

Bindings to the various POSIX APIs

Results 6 ocaml-posix issues
Sort by recently updated
recently updated
newest added

I'd like to have low-level ctypes bindings to `stat`, `statfs`, and `statvfs`. I'm not super familiar of how ctypes works, and I only have for now a macOS system (so,...

Dune 3 has native support for ctypes. It now shows warnings when building ocaml-posix packages. I think it would be nicer to switch to the new stanza, but it's not...

Maybe you can take inspiration from: https://github.com/mwweissmann/ocaml-posix-semaphore/

This is more a question than anything else. Is it possible to create module types for these posix modules? I am working on a library and I am wondering how...

On Linux, when calling `print_error true` followed by `getopt_long`, no error messages get printed when the user passes a wrong option.

Detected in https://github.com/ocaml/opam-repository/pull/16590 ``` + /home/opam/.opam/4.10/bin/dune "build" "-p" "posix-getopt" "-j" "72" "@install" "@runtest" (CWD=/home/opam/.opam/4.10/.opam-switch/build/posix-getopt.2.0.0) - test alias posix-getopt/test/runtest (exit 1) - (cd _build/default/posix-getopt/test && ./test.exe) - ........F..E - ============================================================================== -...