this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "POSIX bindings"
4description: "install all available posix bindings"
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.5"}
12 "odoc" {with-doc}
13 "ctypes"
14 "posix-base" {= version}
15 "posix-types" {= version}
16 "posix-socket" {= version}
17 "posix-socket-unix" {= version}
18 "posix-uname" {= version}
19 "posix-getopt" {= version}
20]
21build: [
22 ["dune" "subst"] {dev}
23 [
24 "dune"
25 "build"
26 "-p"
27 name
28 "-j"
29 jobs
30 "@install"
31 "@runtest" {with-test}
32 "@doc" {with-doc}
33 ]
34]
35dev-repo: "git+https://github.com/savonet/ocaml-posix.git"
36url {
37 src: "https://github.com/savonet/ocaml-posix/archive/v2.0.1.tar.gz"
38 checksum: [
39 "md5=7bb4d95f4eaa43ebaf0a62817bf95006"
40 "sha512=872ec65363561596c6f0c97ea5bb909bdf375d96502491ec428da71cefb3c43d821a0969ecd453db9b6525e22cef16378b5b069b492141ae18e82efb22d2f724"
41 ]
42}