opam-version: "2.0" synopsis: "Ctypes bindings to unix-specific low-level socket structure and data-types" description: """ This module provides OCaml ctypes bindings to system-specific low-level socket structure and data-types. The interface is implemented using ocaml-ctypes and in intended to exposed the machine-specific, low-level details of the most important parts of socket implementations. This package provides the part of the API that is specific to Unix systems.""" maintainer: "Romain Beauxis " authors: "Romain Beauxis " license: "MIT" homepage: "https://github.com/toots/ocaml-sys-socket" bug-reports: "https://github.com/toots/ocaml-sys-socket/issues" depends: [ "ocaml" "dune" {>= "1.10"} "ctypes" "unix-errno" "sys-socket" ] available: os != "win32" build: ["dune" "build" "-p" name "-j" jobs] dev-repo: "git+https://github.com/toots/ocaml-sys-socket.git" messages: [ "DEPRECATED. This package is outdated, you should consider using posix-socket-unix instead" {installed} ] url { src: "https://github.com/toots/ocaml-sys-socket/archive/1.0.0.tar.gz" checksum: [ "md5=2ecd4e009ed19e4d961d9b8a4a09f546" "sha512=2fbfd846baebd259a8486be2af856569ee6f056298e8cf5874ba76f5c207626cc5854abe2e091d670f9bb605eeb19a416e47b3c8474b8cbc5957f6293b3ccddb" ] }