this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Base module for the posix bindings" 4description: "posix-base provides base tools for the posix binding modules." 5maintainer: ["romain.beauxis@gmail.com"] 6authors: ["Romain Beauxis"] 7license: "MIT" 8homepage: "https://github.com/savonet/ocaml-posix" 9bug-reports: "https://github.com/savonet/ocaml-posix/issues" 10depends: [ 11 "dune" {>= "2.9"} 12 "ocaml" {>= "4.08"} 13 "integers" 14 "ctypes" {>= "0.14.0"} 15 "odoc" {with-doc} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "--promote-install-files=false" 27 "@install" 28 "@runtest" {with-test} 29 "@doc" {with-doc} 30 ] 31 ["dune" "install" "-p" name "--create-install-files" name] 32] 33dev-repo: "git+https://github.com/savonet/ocaml-posix.git" 34url { 35 src: 36 "https://github.com/savonet/ocaml-posix/archive/refs/tags/v2.1.0.tar.gz" 37 checksum: [ 38 "md5=0c6a8cd7b7f5e163160abb8a62f75a5b" 39 "sha512=735c6afd48e36af0a032f51217e7558629a198fd39a0484883831bdbff511b331033696b8ad73c6896fa9df0a0b1fd2f27336c2b0b7447dd10902e6bc64e4886" 40 ] 41}