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" & > "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 "--promote-install-files=false"
31 "@install"
32 "@runtest" {with-test}
33 "@doc" {with-doc}
34 ]
35 ["dune" "install" "-p" name "--create-install-files" name]
36]
37dev-repo: "git+https://github.com/savonet/ocaml-posix.git"
38url {
39 src:
40 "https://github.com/savonet/ocaml-posix/archive/refs/tags/v2.0.2.tar.gz"
41 checksum: [
42 "md5=03d384b20e46da8598a69942ef92b53e"
43 "sha512=6f5fa0fd5f3f0b845c2c9cd46a53e518dc5187f1ea7450fc04bbdc4c7b6fbcc427253e60847cc14f5bff895622e18aea404fbd8e14d4b50f52a7c0e682621ac8"
44 ]
45}