this repo has no description

9 packages from savonet/ocaml-posix at 2.0.2

Changed files
+390
packages
posix-base
posix-base.2.0.2
posix-bindings
posix-bindings.2.0.2
posix-getopt
posix-getopt.2.0.2
posix-signal
posix-signal.2.0.2
posix-socket
posix-socket.2.0.2
posix-socket-unix
posix-socket-unix.2.0.2
posix-time2
posix-time2.2.0.2
posix-types
posix-types.2.0.2
posix-uname
posix-uname.2.0.2
+41
packages/posix-base/posix-base.2.0.2/opam
···
+
# 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: ["romain.beauxis@gmail.com"]
+
authors: ["Romain Beauxis"]
+
license: "MIT"
+
homepage: "https://github.com/savonet/ocaml-posix"
+
bug-reports: "https://github.com/savonet/ocaml-posix/issues"
+
depends: [
+
"ocaml" {>= "4.08"}
+
"dune" {>= "2.9" & > "2.5"}
+
"integers"
+
"odoc" {with-doc}
+
"ctypes" {>= "0.12.1"}
+
]
+
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.0.2.tar.gz"
+
checksum: [
+
"md5=03d384b20e46da8598a69942ef92b53e"
+
"sha512=6f5fa0fd5f3f0b845c2c9cd46a53e518dc5187f1ea7450fc04bbdc4c7b6fbcc427253e60847cc14f5bff895622e18aea404fbd8e14d4b50f52a7c0e682621ac8"
+
]
+
}
+45
packages/posix-bindings/posix-bindings.2.0.2/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "POSIX bindings"
+
description: "install all available posix bindings"
+
maintainer: ["romain.beauxis@gmail.com"]
+
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" & > "2.5"}
+
"odoc" {with-doc}
+
"ctypes"
+
"posix-base" {= version}
+
"posix-types" {= version}
+
"posix-socket" {= version}
+
"posix-socket-unix" {= version}
+
"posix-uname" {= version}
+
"posix-getopt" {= version}
+
]
+
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.0.2.tar.gz"
+
checksum: [
+
"md5=03d384b20e46da8598a69942ef92b53e"
+
"sha512=6f5fa0fd5f3f0b845c2c9cd46a53e518dc5187f1ea7450fc04bbdc4c7b6fbcc427253e60847cc14f5bff895622e18aea404fbd8e14d4b50f52a7c0e682621ac8"
+
]
+
}
+47
packages/posix-getopt/posix-getopt.2.0.2/opam
···
+
# 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: ["romain.beauxis@gmail.com"]
+
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" & > "2.5"}
+
"odoc" {with-doc}
+
"dune-configurator"
+
"ounit2" {with-test}
+
"process" {with-test}
+
"posix-uname" {with-test & = version}
+
"ctypes"
+
"posix-base" {= version}
+
"unix-errno"
+
]
+
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.0.2.tar.gz"
+
checksum: [
+
"md5=03d384b20e46da8598a69942ef92b53e"
+
"sha512=6f5fa0fd5f3f0b845c2c9cd46a53e518dc5187f1ea7450fc04bbdc4c7b6fbcc427253e60847cc14f5bff895622e18aea404fbd8e14d4b50f52a7c0e682621ac8"
+
]
+
}
+43
packages/posix-signal/posix-signal.2.0.2/opam
···
+
# 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: ["romain.beauxis@gmail.com"]
+
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" & > "2.5"}
+
"posix-base" {= version}
+
"odoc" {with-doc}
+
"ctypes"
+
"unix-errno"
+
]
+
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.0.2.tar.gz"
+
checksum: [
+
"md5=03d384b20e46da8598a69942ef92b53e"
+
"sha512=6f5fa0fd5f3f0b845c2c9cd46a53e518dc5187f1ea7450fc04bbdc4c7b6fbcc427253e60847cc14f5bff895622e18aea404fbd8e14d4b50f52a7c0e682621ac8"
+
]
+
}
+44
packages/posix-socket-unix/posix-socket-unix.2.0.2/opam
···
+
# 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: ["romain.beauxis@gmail.com"]
+
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" & > "2.5"}
+
"odoc" {with-doc}
+
"ctypes"
+
"posix-base" {= version}
+
"posix-socket" {= version}
+
"unix-errno"
+
]
+
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.0.2.tar.gz"
+
checksum: [
+
"md5=03d384b20e46da8598a69942ef92b53e"
+
"sha512=6f5fa0fd5f3f0b845c2c9cd46a53e518dc5187f1ea7450fc04bbdc4c7b6fbcc427253e60847cc14f5bff895622e18aea404fbd8e14d4b50f52a7c0e682621ac8"
+
]
+
}
+41
packages/posix-socket/posix-socket.2.0.2/opam
···
+
# 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: ["romain.beauxis@gmail.com"]
+
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" & > "2.5"}
+
"odoc" {with-doc}
+
"posix-base" {= version}
+
"ctypes"
+
]
+
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.0.2.tar.gz"
+
checksum: [
+
"md5=03d384b20e46da8598a69942ef92b53e"
+
"sha512=6f5fa0fd5f3f0b845c2c9cd46a53e518dc5187f1ea7450fc04bbdc4c7b6fbcc427253e60847cc14f5bff895622e18aea404fbd8e14d4b50f52a7c0e682621ac8"
+
]
+
}
+44
packages/posix-time2/posix-time2.2.0.2/opam
···
+
# 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: ["romain.beauxis@gmail.com"]
+
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" & > "2.5"}
+
"ctypes"
+
"odoc" {with-doc}
+
"posix-base" {= version}
+
"posix-types" {= version}
+
"unix-errno"
+
]
+
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.0.2.tar.gz"
+
checksum: [
+
"md5=03d384b20e46da8598a69942ef92b53e"
+
"sha512=6f5fa0fd5f3f0b845c2c9cd46a53e518dc5187f1ea7450fc04bbdc4c7b6fbcc427253e60847cc14f5bff895622e18aea404fbd8e14d4b50f52a7c0e682621ac8"
+
]
+
}
+43
packages/posix-types/posix-types.2.0.2/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Bindings for the types defined in <sys/types.h>"
+
description:
+
"posix-types provides an API to the types defined in <sys/types.h>"
+
maintainer: ["romain.beauxis@gmail.com"]
+
authors: ["Romain Beauxis"]
+
license: "MIT"
+
homepage: "https://github.com/savonet/ocaml-posix"
+
bug-reports: "https://github.com/savonet/ocaml-posix/issues"
+
depends: [
+
"ocaml" {>= "4.03"}
+
"dune" {>= "2.9" & > "2.5"}
+
"odoc" {with-doc}
+
"posix-base" {= version}
+
"ctypes"
+
]
+
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.0.2.tar.gz"
+
checksum: [
+
"md5=03d384b20e46da8598a69942ef92b53e"
+
"sha512=6f5fa0fd5f3f0b845c2c9cd46a53e518dc5187f1ea7450fc04bbdc4c7b6fbcc427253e60847cc14f5bff895622e18aea404fbd8e14d4b50f52a7c0e682621ac8"
+
]
+
}
+42
packages/posix-uname/posix-uname.2.0.2/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Bindings for posix uname"
+
description: "posix-uname provides a simple interface for POSIX uname."
+
maintainer: ["romain.beauxis@gmail.com"]
+
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" & > "2.5"}
+
"odoc" {with-doc}
+
"ctypes"
+
"posix-base" {= version}
+
"unix-errno"
+
]
+
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.0.2.tar.gz"
+
checksum: [
+
"md5=03d384b20e46da8598a69942ef92b53e"
+
"sha512=6f5fa0fd5f3f0b845c2c9cd46a53e518dc5187f1ea7450fc04bbdc4c7b6fbcc427253e60847cc14f5bff895622e18aea404fbd8e14d4b50f52a7c0e682621ac8"
+
]
+
}