this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27336 from toots/opam-publish-posix-base.2.2.0

10 packages from savonet/ocaml-posix at 2.2.0

authored by

Marcello Seri and committed by
GitHub
eef374ae d1ea7710

+434
+41
packages/posix-base/posix-base.2.2.0/opam
··· 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" {>= "2.9"} 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 + "--promote-install-files=false" 27 + "@install" 28 + "@runtest" {with-test} 29 + "@doc" {with-doc} 30 + ] 31 + ["dune" "install" "-p" name "--create-install-files" name] 32 + ] 33 + dev-repo: "git+https://github.com/savonet/ocaml-posix.git" 34 + url { 35 + src: 36 + "https://github.com/savonet/ocaml-posix/archive/refs/tags/v2.2.0.tar.gz" 37 + checksum: [ 38 + "md5=e7bfad548f0f7998c74ad5963fdd67fd" 39 + "sha512=a0fae5a98b9ab63d5273d357292a74ac69c694bdd672b0cbd62b5beb5847e63c17fb0de0a1fb9f36b7bc9f10f7b990298ee63853d8399b9b8a9005c1c7b37ba3" 40 + ] 41 + }
+46
packages/posix-bindings/posix-bindings.2.2.0/opam
··· 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" {>= "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 + ] 22 + build: [ 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 + ] 38 + dev-repo: "git+https://github.com/savonet/ocaml-posix.git" 39 + url { 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 + }
+47
packages/posix-getopt/posix-getopt.2.2.0/opam
··· 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" {>= "2.9"} 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 + "--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 + ] 38 + dev-repo: "git+https://github.com/savonet/ocaml-posix.git" 39 + available: os != "win32" & os != "bsd" 40 + url { 41 + src: 42 + "https://github.com/savonet/ocaml-posix/archive/refs/tags/v2.2.0.tar.gz" 43 + checksum: [ 44 + "md5=e7bfad548f0f7998c74ad5963fdd67fd" 45 + "sha512=a0fae5a98b9ab63d5273d357292a74ac69c694bdd672b0cbd62b5beb5847e63c17fb0de0a1fb9f36b7bc9f10f7b990298ee63853d8399b9b8a9005c1c7b37ba3" 46 + ] 47 + }
+42
packages/posix-math2/posix-math2.2.2.0/opam
··· 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" {>= "2.9"} 13 + "ctypes" 14 + "posix-base" {= version} 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 + "--promote-install-files=false" 28 + "@install" 29 + "@runtest" {with-test} 30 + "@doc" {with-doc} 31 + ] 32 + ["dune" "install" "-p" name "--create-install-files" name] 33 + ] 34 + dev-repo: "git+https://github.com/savonet/ocaml-posix.git" 35 + url { 36 + src: 37 + "https://github.com/savonet/ocaml-posix/archive/refs/tags/v2.2.0.tar.gz" 38 + checksum: [ 39 + "md5=e7bfad548f0f7998c74ad5963fdd67fd" 40 + "sha512=a0fae5a98b9ab63d5273d357292a74ac69c694bdd672b0cbd62b5beb5847e63c17fb0de0a1fb9f36b7bc9f10f7b990298ee63853d8399b9b8a9005c1c7b37ba3" 41 + ] 42 + }
+43
packages/posix-signal/posix-signal.2.2.0/opam
··· 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" {>= "2.9"} 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 + "--promote-install-files=false" 28 + "@install" 29 + "@runtest" {with-test} 30 + "@doc" {with-doc} 31 + ] 32 + ["dune" "install" "-p" name "--create-install-files" name] 33 + ] 34 + dev-repo: "git+https://github.com/savonet/ocaml-posix.git" 35 + available: os != "win32" 36 + url { 37 + src: 38 + "https://github.com/savonet/ocaml-posix/archive/refs/tags/v2.2.0.tar.gz" 39 + checksum: [ 40 + "md5=e7bfad548f0f7998c74ad5963fdd67fd" 41 + "sha512=a0fae5a98b9ab63d5273d357292a74ac69c694bdd672b0cbd62b5beb5847e63c17fb0de0a1fb9f36b7bc9f10f7b990298ee63853d8399b9b8a9005c1c7b37ba3" 42 + ] 43 + }
+44
packages/posix-socket-unix/posix-socket-unix.2.2.0/opam
··· 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" {>= "2.9"} 13 + "ctypes" 14 + "posix-base" {= version} 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 + "--promote-install-files=false" 29 + "@install" 30 + "@runtest" {with-test} 31 + "@doc" {with-doc} 32 + ] 33 + ["dune" "install" "-p" name "--create-install-files" name] 34 + ] 35 + dev-repo: "git+https://github.com/savonet/ocaml-posix.git" 36 + available: os != "win32" 37 + url { 38 + src: 39 + "https://github.com/savonet/ocaml-posix/archive/refs/tags/v2.2.0.tar.gz" 40 + checksum: [ 41 + "md5=e7bfad548f0f7998c74ad5963fdd67fd" 42 + "sha512=a0fae5a98b9ab63d5273d357292a74ac69c694bdd672b0cbd62b5beb5847e63c17fb0de0a1fb9f36b7bc9f10f7b990298ee63853d8399b9b8a9005c1c7b37ba3" 43 + ] 44 + }
+42
packages/posix-socket/posix-socket.2.2.0/opam
··· 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" {>= "2.9"} 13 + "ocaml" {>= "4.12"} 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 + "--promote-install-files=false" 28 + "@install" 29 + "@runtest" {with-test} 30 + "@doc" {with-doc} 31 + ] 32 + ["dune" "install" "-p" name "--create-install-files" name] 33 + ] 34 + dev-repo: "git+https://github.com/savonet/ocaml-posix.git" 35 + url { 36 + src: 37 + "https://github.com/savonet/ocaml-posix/archive/refs/tags/v2.2.0.tar.gz" 38 + checksum: [ 39 + "md5=e7bfad548f0f7998c74ad5963fdd67fd" 40 + "sha512=a0fae5a98b9ab63d5273d357292a74ac69c694bdd672b0cbd62b5beb5847e63c17fb0de0a1fb9f36b7bc9f10f7b990298ee63853d8399b9b8a9005c1c7b37ba3" 41 + ] 42 + }
+44
packages/posix-time2/posix-time2.2.2.0/opam
··· 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" {>= "2.9"} 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 + "--promote-install-files=false" 29 + "@install" 30 + "@runtest" {with-test} 31 + "@doc" {with-doc} 32 + ] 33 + ["dune" "install" "-p" name "--create-install-files" name] 34 + ] 35 + dev-repo: "git+https://github.com/savonet/ocaml-posix.git" 36 + available: os != "win32" 37 + url { 38 + src: 39 + "https://github.com/savonet/ocaml-posix/archive/refs/tags/v2.2.0.tar.gz" 40 + checksum: [ 41 + "md5=e7bfad548f0f7998c74ad5963fdd67fd" 42 + "sha512=a0fae5a98b9ab63d5273d357292a74ac69c694bdd672b0cbd62b5beb5847e63c17fb0de0a1fb9f36b7bc9f10f7b990298ee63853d8399b9b8a9005c1c7b37ba3" 43 + ] 44 + }
+43
packages/posix-types/posix-types.2.2.0/opam
··· 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" {>= "2.9"} 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 + "--promote-install-files=false" 28 + "@install" 29 + "@runtest" {with-test} 30 + "@doc" {with-doc} 31 + ] 32 + ["dune" "install" "-p" name "--create-install-files" name] 33 + ] 34 + dev-repo: "git+https://github.com/savonet/ocaml-posix.git" 35 + available: os != "win32" 36 + url { 37 + src: 38 + "https://github.com/savonet/ocaml-posix/archive/refs/tags/v2.2.0.tar.gz" 39 + checksum: [ 40 + "md5=e7bfad548f0f7998c74ad5963fdd67fd" 41 + "sha512=a0fae5a98b9ab63d5273d357292a74ac69c694bdd672b0cbd62b5beb5847e63c17fb0de0a1fb9f36b7bc9f10f7b990298ee63853d8399b9b8a9005c1c7b37ba3" 42 + ] 43 + }
+42
packages/posix-uname/posix-uname.2.2.0/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Bindings for posix uname" 4 + description: "posix-uname provides a simple interface for POSIX uname." 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" {>= "2.9"} 12 + "ctypes" 13 + "posix-base" {= version} 14 + "unix-errno" 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 + "--promote-install-files=false" 27 + "@install" 28 + "@runtest" {with-test} 29 + "@doc" {with-doc} 30 + ] 31 + ["dune" "install" "-p" name "--create-install-files" name] 32 + ] 33 + dev-repo: "git+https://github.com/savonet/ocaml-posix.git" 34 + available: os != "win32" 35 + url { 36 + src: 37 + "https://github.com/savonet/ocaml-posix/archive/refs/tags/v2.2.0.tar.gz" 38 + checksum: [ 39 + "md5=e7bfad548f0f7998c74ad5963fdd67fd" 40 + "sha512=a0fae5a98b9ab63d5273d357292a74ac69c694bdd672b0cbd62b5beb5847e63c17fb0de0a1fb9f36b7bc9f10f7b990298ee63853d8399b9b8a9005c1c7b37ba3" 41 + ] 42 + }