Skip to content

Commit

Permalink
10 packages from savonet/ocaml-posix at 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Jan 30, 2025
1 parent 2c9566f commit 5ee5ec1
Show file tree
Hide file tree
Showing 10 changed files with 434 additions and 0 deletions.
41 changes: 41 additions & 0 deletions packages/posix-base/posix-base.2.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Base module for the posix bindings"
description: "posix-base provides base tools for the posix binding modules."
maintainer: ["[email protected]"]
authors: ["Romain Beauxis"]
license: "MIT"
homepage: "https://github.com/savonet/ocaml-posix"
bug-reports: "https://github.com/savonet/ocaml-posix/issues"
depends: [
"dune" {>= "2.9"}
"ocaml" {>= "4.08"}
"integers"
"ctypes" {>= "0.14.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/savonet/ocaml-posix.git"
url {
src:
"https://github.com/savonet/ocaml-posix/archive/refs/tags/v2.2.0.tar.gz"
checksum: [
"md5=e7bfad548f0f7998c74ad5963fdd67fd"
"sha512=a0fae5a98b9ab63d5273d357292a74ac69c694bdd672b0cbd62b5beb5847e63c17fb0de0a1fb9f36b7bc9f10f7b990298ee63853d8399b9b8a9005c1c7b37ba3"
]
}
46 changes: 46 additions & 0 deletions packages/posix-bindings/posix-bindings.2.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "POSIX bindings"
description: "install all available posix bindings"
maintainer: ["[email protected]"]
authors: ["Romain Beauxis"]
license: "MIT"
homepage: "https://github.com/savonet/ocaml-posix"
bug-reports: "https://github.com/savonet/ocaml-posix/issues"
depends: [
"dune" {>= "2.9"}
"ctypes"
"posix-base" {= version}
"posix-types" {= version}
"posix-socket" {= version}
"posix-socket-unix" {= version}
"posix-uname" {= version}
"posix-math2" {= version}
"posix-getopt" {= version}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/savonet/ocaml-posix.git"
url {
src:
"https://github.com/savonet/ocaml-posix/archive/refs/tags/v2.2.0.tar.gz"
checksum: [
"md5=e7bfad548f0f7998c74ad5963fdd67fd"
"sha512=a0fae5a98b9ab63d5273d357292a74ac69c694bdd672b0cbd62b5beb5847e63c17fb0de0a1fb9f36b7bc9f10f7b990298ee63853d8399b9b8a9005c1c7b37ba3"
]
}
47 changes: 47 additions & 0 deletions packages/posix-getopt/posix-getopt.2.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Bindings for posix getopt/getopt_long"
description:
"posix-getopt provides a simple interface for the POSIX getopt and its extensions, getopt_long and getopt_long_only."
maintainer: ["[email protected]"]
authors: ["Romain Beauxis"]
license: "MIT"
homepage: "https://github.com/savonet/ocaml-posix"
bug-reports: "https://github.com/savonet/ocaml-posix/issues"
depends: [
"dune" {>= "2.9"}
"dune-configurator"
"ounit2" {with-test}
"process" {with-test}
"posix-uname" {with-test & = version}
"ctypes"
"posix-base" {= version}
"unix-errno"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/savonet/ocaml-posix.git"
available: os != "win32" & os != "bsd"
url {
src:
"https://github.com/savonet/ocaml-posix/archive/refs/tags/v2.2.0.tar.gz"
checksum: [
"md5=e7bfad548f0f7998c74ad5963fdd67fd"
"sha512=a0fae5a98b9ab63d5273d357292a74ac69c694bdd672b0cbd62b5beb5847e63c17fb0de0a1fb9f36b7bc9f10f7b990298ee63853d8399b9b8a9005c1c7b37ba3"
]
}
42 changes: 42 additions & 0 deletions packages/posix-math2/posix-math2.2.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Bindings for posix math"
description:
"posix-math2 provides a simple interface for POSIX math functions."
maintainer: ["[email protected]"]
authors: ["Romain Beauxis"]
license: "MIT"
homepage: "https://github.com/savonet/ocaml-posix"
bug-reports: "https://github.com/savonet/ocaml-posix/issues"
depends: [
"dune" {>= "2.9"}
"ctypes"
"posix-base" {= version}
"unix-errno"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/savonet/ocaml-posix.git"
url {
src:
"https://github.com/savonet/ocaml-posix/archive/refs/tags/v2.2.0.tar.gz"
checksum: [
"md5=e7bfad548f0f7998c74ad5963fdd67fd"
"sha512=a0fae5a98b9ab63d5273d357292a74ac69c694bdd672b0cbd62b5beb5847e63c17fb0de0a1fb9f36b7bc9f10f7b990298ee63853d8399b9b8a9005c1c7b37ba3"
]
}
43 changes: 43 additions & 0 deletions packages/posix-signal/posix-signal.2.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Bindings for the types defined in <signal.h>"
description:
"posix-signal provides an API to the types and bindings defined in <signal.h>"
maintainer: ["[email protected]"]
authors: ["Romain Beauxis"]
license: "MIT"
homepage: "https://github.com/savonet/ocaml-posix"
bug-reports: "https://github.com/savonet/ocaml-posix/issues"
depends: [
"dune" {>= "2.9"}
"posix-base" {= version}
"ctypes"
"unix-errno"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/savonet/ocaml-posix.git"
available: os != "win32"
url {
src:
"https://github.com/savonet/ocaml-posix/archive/refs/tags/v2.2.0.tar.gz"
checksum: [
"md5=e7bfad548f0f7998c74ad5963fdd67fd"
"sha512=a0fae5a98b9ab63d5273d357292a74ac69c694bdd672b0cbd62b5beb5847e63c17fb0de0a1fb9f36b7bc9f10f7b990298ee63853d8399b9b8a9005c1c7b37ba3"
]
}
44 changes: 44 additions & 0 deletions packages/posix-socket-unix/posix-socket-unix.2.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Bindings for posix sockets"
description:
"posix-socket-unix provides unix-specific types and bindings for posix sockets."
maintainer: ["[email protected]"]
authors: ["Romain Beauxis"]
license: "MIT"
homepage: "https://github.com/savonet/ocaml-posix"
bug-reports: "https://github.com/savonet/ocaml-posix/issues"
depends: [
"dune" {>= "2.9"}
"ctypes"
"posix-base" {= version}
"posix-socket" {= version}
"unix-errno"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/savonet/ocaml-posix.git"
available: os != "win32"
url {
src:
"https://github.com/savonet/ocaml-posix/archive/refs/tags/v2.2.0.tar.gz"
checksum: [
"md5=e7bfad548f0f7998c74ad5963fdd67fd"
"sha512=a0fae5a98b9ab63d5273d357292a74ac69c694bdd672b0cbd62b5beb5847e63c17fb0de0a1fb9f36b7bc9f10f7b990298ee63853d8399b9b8a9005c1c7b37ba3"
]
}
42 changes: 42 additions & 0 deletions packages/posix-socket/posix-socket.2.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Bindings for posix sockets"
description:
"posix-socket provides the types and bindings of posix sockets APIs available on both unix and windows."
maintainer: ["[email protected]"]
authors: ["Romain Beauxis"]
license: "MIT"
homepage: "https://github.com/savonet/ocaml-posix"
bug-reports: "https://github.com/savonet/ocaml-posix/issues"
depends: [
"dune" {>= "2.9"}
"ocaml" {>= "4.12"}
"posix-base" {= version}
"ctypes"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/savonet/ocaml-posix.git"
url {
src:
"https://github.com/savonet/ocaml-posix/archive/refs/tags/v2.2.0.tar.gz"
checksum: [
"md5=e7bfad548f0f7998c74ad5963fdd67fd"
"sha512=a0fae5a98b9ab63d5273d357292a74ac69c694bdd672b0cbd62b5beb5847e63c17fb0de0a1fb9f36b7bc9f10f7b990298ee63853d8399b9b8a9005c1c7b37ba3"
]
}
44 changes: 44 additions & 0 deletions packages/posix-time2/posix-time2.2.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Bindings for posix time functions"
description:
"posix-time2 provides the types and bindings for posix time APIs."
maintainer: ["[email protected]"]
authors: ["Romain Beauxis"]
license: "MIT"
homepage: "https://github.com/savonet/ocaml-posix"
bug-reports: "https://github.com/savonet/ocaml-posix/issues"
depends: [
"dune" {>= "2.9"}
"ctypes"
"posix-base" {= version}
"posix-types" {= version}
"unix-errno"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/savonet/ocaml-posix.git"
available: os != "win32"
url {
src:
"https://github.com/savonet/ocaml-posix/archive/refs/tags/v2.2.0.tar.gz"
checksum: [
"md5=e7bfad548f0f7998c74ad5963fdd67fd"
"sha512=a0fae5a98b9ab63d5273d357292a74ac69c694bdd672b0cbd62b5beb5847e63c17fb0de0a1fb9f36b7bc9f10f7b990298ee63853d8399b9b8a9005c1c7b37ba3"
]
}
Loading

0 comments on commit 5ee5ec1

Please sign in to comment.