# This file is generated by dune, edit dune-project instead 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.9" & > "2.5"} "odoc" {with-doc} "posix-base" {= version} "ctypes" ] 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" url { src: "https://github.com/savonet/ocaml-posix/archive/refs/tags/v2.0.2.tar.gz" checksum: [ "md5=03d384b20e46da8598a69942ef92b53e" "sha512=6f5fa0fd5f3f0b845c2c9cd46a53e518dc5187f1ea7450fc04bbdc4c7b6fbcc427253e60847cc14f5bff895622e18aea404fbd8e14d4b50f52a7c0e682621ac8" ] }