# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Base module for the posix bindings" description: "posix-base provides base tools for the posix binding modules." 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"} "ocaml" {>= "4.08"} "integers" "ctypes" {>= "0.14.0"} "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" url { src: "https://github.com/savonet/ocaml-posix/archive/refs/tags/v2.1.0.tar.gz" checksum: [ "md5=0c6a8cd7b7f5e163160abb8a62f75a5b" "sha512=735c6afd48e36af0a032f51217e7558629a198fd39a0484883831bdbff511b331033696b8ad73c6896fa9df0a0b1fd2f27336c2b0b7447dd10902e6bc64e4886" ] }