this repo has no description
1opam-version: "2.0"
2synopsis: "POSIX bindings"
3description: "install all available posix bindings"
4maintainer: ["romain.beauxis@gmail.com"]
5authors: ["Romain Beauxis"]
6license: "MIT"
7homepage: "https://github.com/savonet/ocaml-posix"
8bug-reports: "https://github.com/savonet/ocaml-posix/issues"
9depends: [
10 "dune" {> "2.5"}
11 "ctypes"
12 "posix-base" {= version}
13 "posix-types" {= version}
14 "posix-socket" {= version}
15 "posix-socket-unix" {= version}
16 "posix-uname" {= version}
17 "posix-getopt" {= version}
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32]
33dev-repo: "git+https://github.com/savonet/ocaml-posix.git"
34url {
35 src: "https://github.com/savonet/ocaml-posix/archive/v2.0.0.tar.gz"
36 checksum: [
37 "md5=2c186aa5161b72208a870d5710fb6208"
38 "sha512=d583c3d386865eab7575fc4f1976c17294bad2ee5037327cb5c3075965788170e652b7b9b9f660ef25f71558553fbcc47734b971e3c9f41627cc573d75d2fb54"
39 ]
40}