this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Bindings for the types defined in <signal.h>" 4description: 5 "posix-signal provides an API to the types and bindings defined in <signal.h>" 6maintainer: ["romain.beauxis@gmail.com"] 7authors: ["Romain Beauxis"] 8license: "MIT" 9homepage: "https://github.com/savonet/ocaml-posix" 10bug-reports: "https://github.com/savonet/ocaml-posix/issues" 11depends: [ 12 "dune" {>= "2.9"} 13 "posix-base" {= version} 14 "ctypes" 15 "unix-errno" 16 "odoc" {with-doc} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "--promote-install-files=false" 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32 ["dune" "install" "-p" name "--create-install-files" name] 33] 34dev-repo: "git+https://github.com/savonet/ocaml-posix.git" 35available: os != "win32" 36url { 37 src: 38 "https://github.com/savonet/ocaml-posix/archive/refs/tags/v2.2.0.tar.gz" 39 checksum: [ 40 "md5=e7bfad548f0f7998c74ad5963fdd67fd" 41 "sha512=a0fae5a98b9ab63d5273d357292a74ac69c694bdd672b0cbd62b5beb5847e63c17fb0de0a1fb9f36b7bc9f10f7b990298ee63853d8399b9b8a9005c1c7b37ba3" 42 ] 43}