opam-version: "2.0" synopsis: "Bindings for posix sockets" description: "posix-socket provides the types and bindings of posix sockets APIs available on both unix and windows." maintainer: ["romain.beauxis@gmail.com"] authors: ["Romain Beauxis"] license: "MIT" homepage: "https://github.com/savonet/ocaml-posix" bug-reports: "https://github.com/savonet/ocaml-posix/issues" depends: [ "dune" {> "2.5"} "posix-base" {= version} "ctypes" ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/savonet/ocaml-posix.git" url { src: "https://github.com/savonet/ocaml-posix/archive/v2.0.0.tar.gz" checksum: [ "md5=2c186aa5161b72208a870d5710fb6208" "sha512=d583c3d386865eab7575fc4f1976c17294bad2ee5037327cb5c3075965788170e652b7b9b9f660ef25f71558553fbcc47734b971e3c9f41627cc573d75d2fb54" ] }