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.9"}
12 "ctypes"
13 "posix-base" {= version}
14 "posix-types" {= version}
15 "posix-socket" {= version}
16 "posix-socket-unix" {= version}
17 "posix-uname" {= version}
18 "posix-math2" {= version}
19 "posix-getopt" {= version}
20 "odoc" {with-doc}
21]
22build: [
23 ["dune" "subst"] {dev}
24 [
25 "dune"
26 "build"
27 "-p"
28 name
29 "-j"
30 jobs
31 "--promote-install-files=false"
32 "@install"
33 "@runtest" {with-test}
34 "@doc" {with-doc}
35 ]
36 ["dune" "install" "-p" name "--create-install-files" name]
37]
38dev-repo: "git+https://github.com/savonet/ocaml-posix.git"
39url {
40 src:
41 "https://github.com/savonet/ocaml-posix/archive/refs/tags/v2.2.0.tar.gz"
42 checksum: [
43 "md5=e7bfad548f0f7998c74ad5963fdd67fd"
44 "sha512=a0fae5a98b9ab63d5273d357292a74ac69c694bdd672b0cbd62b5beb5847e63c17fb0de0a1fb9f36b7bc9f10f7b990298ee63853d8399b9b8a9005c1c7b37ba3"
45 ]
46}