package sys-socket-unix

  1. Overview
  2. Docs
Ctypes bindings to unix-specific low-level socket structure and data-types

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.0.tar.gz
md5=2ecd4e009ed19e4d961d9b8a4a09f546
sha512=2fbfd846baebd259a8486be2af856569ee6f056298e8cf5874ba76f5c207626cc5854abe2e091d670f9bb605eeb19a416e47b3c8474b8cbc5957f6293b3ccddb

doc/src/sys-socket-unix.constants/sys_socket_unix_constants.ml.html

Source file sys_socket_unix_constants.ml

1
2
3
4
module Def (S : Cstubs.Types.TYPE) = struct
  let af_unix = S.constant "AF_UNIX" S.int
  let sun_path_len = S.constant "SUN_PATH_LEN" S.int
end
OCaml

Innovation. Community. Security.