File tree Expand file tree Collapse file tree
posix-base/posix-base.3.1.0
posix-bindings/posix-bindings.3.1.0
posix-getopt/posix-getopt.3.1.0
posix-math2/posix-math2.3.1.0
posix-signal/posix-signal.3.1.0
posix-socket-unix/posix-socket-unix.3.1.0
posix-socket/posix-socket.3.1.0
posix-time2/posix-time2.3.1.0
posix-types/posix-types.3.1.0
posix-uname/posix-uname.3.1.0 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "Base module for the posix bindings"
4+ description: "posix-base provides base tools for the posix binding modules."
5+ maintainer: ["romain.beauxis@gmail.com"]
6+ authors: ["Romain Beauxis"]
7+ license: "MIT"
8+ homepage: "https://github.com/savonet/ocaml-posix"
9+ bug-reports: "https://github.com/savonet/ocaml-posix/issues"
10+ depends: [
11+ "dune" {>= "3.20"}
12+ "ocaml" {>= "4.08"}
13+ "integers"
14+ "ctypes" {>= "0.14.0"}
15+ "odoc" {with-doc}
16+ ]
17+ build: [
18+ ["dune" "subst"] {dev}
19+ [
20+ "dune"
21+ "build"
22+ "-p"
23+ name
24+ "-j"
25+ jobs
26+ "@install"
27+ "@runtest" {with-test}
28+ "@doc" {with-doc}
29+ ]
30+ ]
31+ dev-repo: "git+https://github.com/savonet/ocaml-posix.git"
32+ x-maintenance-intent: ["(latest)"]
33+ url {
34+ src:
35+ "https://github.com/savonet/ocaml-posix/archive/refs/tags/v3.1.0.tar.gz"
36+ checksum: [
37+ "md5=4b6748a0750ac3eddc1fcbd2e956a1ca"
38+ "sha512=5d49798009a5a5339568c8a9493d8d98ace3a53046d948c93d2c5447da57d4b4e6ee316b84a15ef640297e3e1c605452f5fd434397d28e0ec6e7ec13d8d75cc4"
39+ ]
40+ }
Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "POSIX bindings"
4+ description: "install all available posix bindings"
5+ maintainer: ["romain.beauxis@gmail.com"]
6+ authors: ["Romain Beauxis"]
7+ license: "MIT"
8+ homepage: "https://github.com/savonet/ocaml-posix"
9+ bug-reports: "https://github.com/savonet/ocaml-posix/issues"
10+ depends: [
11+ "dune" {>= "3.20"}
12+ "posix-types"
13+ "posix-socket"
14+ "posix-socket-unix"
15+ "posix-uname"
16+ "posix-math2"
17+ "posix-getopt"
18+ "odoc" {with-doc}
19+ ]
20+ build: [
21+ ["dune" "subst"] {dev}
22+ [
23+ "dune"
24+ "build"
25+ "-p"
26+ name
27+ "-j"
28+ jobs
29+ "@install"
30+ "@runtest" {with-test}
31+ "@doc" {with-doc}
32+ ]
33+ ]
34+ dev-repo: "git+https://github.com/savonet/ocaml-posix.git"
35+ x-maintenance-intent: ["(latest)"]
36+ url {
37+ src:
38+ "https://github.com/savonet/ocaml-posix/archive/refs/tags/v3.1.0.tar.gz"
39+ checksum: [
40+ "md5=4b6748a0750ac3eddc1fcbd2e956a1ca"
41+ "sha512=5d49798009a5a5339568c8a9493d8d98ace3a53046d948c93d2c5447da57d4b4e6ee316b84a15ef640297e3e1c605452f5fd434397d28e0ec6e7ec13d8d75cc4"
42+ ]
43+ }
Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "Bindings for posix getopt/getopt_long"
4+ description:
5+ "posix-getopt provides a simple interface for the POSIX getopt and its extensions, getopt_long and getopt_long_only."
6+ maintainer: ["romain.beauxis@gmail.com"]
7+ authors: ["Romain Beauxis"]
8+ license: "MIT"
9+ homepage: "https://github.com/savonet/ocaml-posix"
10+ bug-reports: "https://github.com/savonet/ocaml-posix/issues"
11+ depends: [
12+ "dune" {>= "3.20"}
13+ "dune-configurator"
14+ "ounit2" {with-test}
15+ "process" {with-test}
16+ "posix-uname" {with-test & = version}
17+ "ctypes"
18+ "posix-base" {= version}
19+ "unix-errno"
20+ "odoc" {with-doc}
21+ ]
22+ build: [
23+ ["dune" "subst"] {dev}
24+ [
25+ "dune"
26+ "build"
27+ "-p"
28+ name
29+ "-j"
30+ jobs
31+ "@install"
32+ "@runtest" {with-test}
33+ "@doc" {with-doc}
34+ ]
35+ ]
36+ dev-repo: "git+https://github.com/savonet/ocaml-posix.git"
37+ x-maintenance-intent: ["(latest)"]
38+ available: os != "win32" & os != "bsd"
39+ url {
40+ src:
41+ "https://github.com/savonet/ocaml-posix/archive/refs/tags/v3.1.0.tar.gz"
42+ checksum: [
43+ "md5=4b6748a0750ac3eddc1fcbd2e956a1ca"
44+ "sha512=5d49798009a5a5339568c8a9493d8d98ace3a53046d948c93d2c5447da57d4b4e6ee316b84a15ef640297e3e1c605452f5fd434397d28e0ec6e7ec13d8d75cc4"
45+ ]
46+ }
Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "Bindings for posix math"
4+ description:
5+ "posix-math2 provides a simple interface for POSIX math functions."
6+ maintainer: ["romain.beauxis@gmail.com"]
7+ authors: ["Romain Beauxis"]
8+ license: "MIT"
9+ homepage: "https://github.com/savonet/ocaml-posix"
10+ bug-reports: "https://github.com/savonet/ocaml-posix/issues"
11+ depends: [
12+ "dune" {>= "3.20"}
13+ "ctypes"
14+ "posix-base" {= version}
15+ "odoc" {with-doc}
16+ ]
17+ build: [
18+ ["dune" "subst"] {dev}
19+ [
20+ "dune"
21+ "build"
22+ "-p"
23+ name
24+ "-j"
25+ jobs
26+ "@install"
27+ "@runtest" {with-test}
28+ "@doc" {with-doc}
29+ ]
30+ ]
31+ dev-repo: "git+https://github.com/savonet/ocaml-posix.git"
32+ x-maintenance-intent: ["(latest)"]
33+ url {
34+ src:
35+ "https://github.com/savonet/ocaml-posix/archive/refs/tags/v3.1.0.tar.gz"
36+ checksum: [
37+ "md5=4b6748a0750ac3eddc1fcbd2e956a1ca"
38+ "sha512=5d49798009a5a5339568c8a9493d8d98ace3a53046d948c93d2c5447da57d4b4e6ee316b84a15ef640297e3e1c605452f5fd434397d28e0ec6e7ec13d8d75cc4"
39+ ]
40+ }
Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "Bindings for the types defined in <signal.h>"
4+ description:
5+ "posix-signal provides an API to the types and bindings defined in <signal.h>"
6+ maintainer: ["romain.beauxis@gmail.com"]
7+ authors: ["Romain Beauxis"]
8+ license: "MIT"
9+ homepage: "https://github.com/savonet/ocaml-posix"
10+ bug-reports: "https://github.com/savonet/ocaml-posix/issues"
11+ depends: [
12+ "dune" {>= "3.20"}
13+ "posix-base" {= version}
14+ "ctypes"
15+ "unix-errno"
16+ "odoc" {with-doc}
17+ ]
18+ build: [
19+ ["dune" "subst"] {dev}
20+ [
21+ "dune"
22+ "build"
23+ "-p"
24+ name
25+ "-j"
26+ jobs
27+ "@install"
28+ "@runtest" {with-test}
29+ "@doc" {with-doc}
30+ ]
31+ ]
32+ dev-repo: "git+https://github.com/savonet/ocaml-posix.git"
33+ x-maintenance-intent: ["(latest)"]
34+ available: os != "win32"
35+ url {
36+ src:
37+ "https://github.com/savonet/ocaml-posix/archive/refs/tags/v3.1.0.tar.gz"
38+ checksum: [
39+ "md5=4b6748a0750ac3eddc1fcbd2e956a1ca"
40+ "sha512=5d49798009a5a5339568c8a9493d8d98ace3a53046d948c93d2c5447da57d4b4e6ee316b84a15ef640297e3e1c605452f5fd434397d28e0ec6e7ec13d8d75cc4"
41+ ]
42+ }
Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "Bindings for posix sockets"
4+ description:
5+ "posix-socket-unix provides unix-specific types and bindings for posix sockets."
6+ maintainer: ["romain.beauxis@gmail.com"]
7+ authors: ["Romain Beauxis"]
8+ license: "MIT"
9+ homepage: "https://github.com/savonet/ocaml-posix"
10+ bug-reports: "https://github.com/savonet/ocaml-posix/issues"
11+ depends: [
12+ "dune" {>= "3.20"}
13+ "ctypes"
14+ "posix-base" {>= "2.2"}
15+ "posix-socket" {= version}
16+ "unix-errno"
17+ "odoc" {with-doc}
18+ ]
19+ build: [
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+ ]
33+ dev-repo: "git+https://github.com/savonet/ocaml-posix.git"
34+ x-maintenance-intent: ["(latest)"]
35+ available: os != "win32"
36+ url {
37+ src:
38+ "https://github.com/savonet/ocaml-posix/archive/refs/tags/v3.1.0.tar.gz"
39+ checksum: [
40+ "md5=4b6748a0750ac3eddc1fcbd2e956a1ca"
41+ "sha512=5d49798009a5a5339568c8a9493d8d98ace3a53046d948c93d2c5447da57d4b4e6ee316b84a15ef640297e3e1c605452f5fd434397d28e0ec6e7ec13d8d75cc4"
42+ ]
43+ }
Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "Bindings for posix sockets"
4+ description:
5+ "posix-socket provides the types and bindings of posix sockets APIs available on both unix and windows."
6+ maintainer: ["romain.beauxis@gmail.com"]
7+ authors: ["Romain Beauxis"]
8+ license: "MIT"
9+ homepage: "https://github.com/savonet/ocaml-posix"
10+ bug-reports: "https://github.com/savonet/ocaml-posix/issues"
11+ depends: [
12+ "dune" {>= "3.20"}
13+ "ocaml" {>= "4.12"}
14+ "dune-configurator"
15+ "posix-base" {>= "2.2"}
16+ "ctypes"
17+ "odoc" {with-doc}
18+ ]
19+ build: [
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+ ]
33+ dev-repo: "git+https://github.com/savonet/ocaml-posix.git"
34+ x-maintenance-intent: ["(latest)"]
35+ url {
36+ src:
37+ "https://github.com/savonet/ocaml-posix/archive/refs/tags/v3.1.0.tar.gz"
38+ checksum: [
39+ "md5=4b6748a0750ac3eddc1fcbd2e956a1ca"
40+ "sha512=5d49798009a5a5339568c8a9493d8d98ace3a53046d948c93d2c5447da57d4b4e6ee316b84a15ef640297e3e1c605452f5fd434397d28e0ec6e7ec13d8d75cc4"
41+ ]
42+ }
Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "Bindings for posix time functions"
4+ description:
5+ "posix-time2 provides the types and bindings for posix time APIs."
6+ maintainer: ["romain.beauxis@gmail.com"]
7+ authors: ["Romain Beauxis"]
8+ license: "MIT"
9+ homepage: "https://github.com/savonet/ocaml-posix"
10+ bug-reports: "https://github.com/savonet/ocaml-posix/issues"
11+ depends: [
12+ "dune" {>= "3.20"}
13+ "ctypes"
14+ "posix-base" {= version}
15+ "posix-types" {= version}
16+ "unix-errno"
17+ "odoc" {with-doc}
18+ ]
19+ build: [
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+ ]
33+ dev-repo: "git+https://github.com/savonet/ocaml-posix.git"
34+ x-maintenance-intent: ["(latest)"]
35+ available: os != "win32"
36+ url {
37+ src:
38+ "https://github.com/savonet/ocaml-posix/archive/refs/tags/v3.1.0.tar.gz"
39+ checksum: [
40+ "md5=4b6748a0750ac3eddc1fcbd2e956a1ca"
41+ "sha512=5d49798009a5a5339568c8a9493d8d98ace3a53046d948c93d2c5447da57d4b4e6ee316b84a15ef640297e3e1c605452f5fd434397d28e0ec6e7ec13d8d75cc4"
42+ ]
43+ }
Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "Bindings for the types defined in <sys/types.h>"
4+ description:
5+ "posix-types provides an API to the types defined in <sys/types.h>"
6+ maintainer: ["romain.beauxis@gmail.com"]
7+ authors: ["Romain Beauxis"]
8+ license: "MIT"
9+ homepage: "https://github.com/savonet/ocaml-posix"
10+ bug-reports: "https://github.com/savonet/ocaml-posix/issues"
11+ depends: [
12+ "dune" {>= "3.20"}
13+ "ocaml" {>= "4.03"}
14+ "posix-base" {= version}
15+ "ctypes"
16+ "odoc" {with-doc}
17+ ]
18+ build: [
19+ ["dune" "subst"] {dev}
20+ [
21+ "dune"
22+ "build"
23+ "-p"
24+ name
25+ "-j"
26+ jobs
27+ "@install"
28+ "@runtest" {with-test}
29+ "@doc" {with-doc}
30+ ]
31+ ]
32+ dev-repo: "git+https://github.com/savonet/ocaml-posix.git"
33+ x-maintenance-intent: ["(latest)"]
34+ available: os != "win32"
35+ url {
36+ src:
37+ "https://github.com/savonet/ocaml-posix/archive/refs/tags/v3.1.0.tar.gz"
38+ checksum: [
39+ "md5=4b6748a0750ac3eddc1fcbd2e956a1ca"
40+ "sha512=5d49798009a5a5339568c8a9493d8d98ace3a53046d948c93d2c5447da57d4b4e6ee316b84a15ef640297e3e1c605452f5fd434397d28e0ec6e7ec13d8d75cc4"
41+ ]
42+ }
You can’t perform that action at this time.
0 commit comments