# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Bindings for posix sockets" description: "posix-socket-unix provides unix-specific types and bindings for posix sockets." 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.9"} "ctypes" "posix-base" {= version} "posix-socket" {= version} "unix-errno" "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "--promote-install-files=false" "@install" "@runtest" {with-test} "@doc" {with-doc} ] ["dune" "install" "-p" name "--create-install-files" name] ] dev-repo: "git+https://github.com/savonet/ocaml-posix.git" available: os != "win32" url { src: "https://github.com/savonet/ocaml-posix/archive/refs/tags/v2.1.0.tar.gz" checksum: [ "md5=0c6a8cd7b7f5e163160abb8a62f75a5b" "sha512=735c6afd48e36af0a032f51217e7558629a198fd39a0484883831bdbff511b331033696b8ad73c6896fa9df0a0b1fd2f27336c2b0b7447dd10902e6bc64e4886" ] }