this repo has no description

Merge pull request #27276 from toots/opam-publish-posix-base.2.1.0

10 packages from savonet/ocaml-posix at 2.1.0

Changed files
+434
packages
posix-base
posix-base.2.1.0
posix-bindings
posix-bindings.2.1.0
posix-getopt
posix-getopt.2.1.0
posix-math2
posix-math2.2.1.0
posix-signal
posix-signal.2.1.0
posix-socket
posix-socket.2.1.0
posix-socket-unix
posix-socket-unix.2.1.0
posix-time2
posix-time2.2.1.0
posix-types
posix-types.2.1.0
posix-uname
posix-uname.2.1.0
+41
packages/posix-base/posix-base.2.1.0/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: [
+
"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.1.0.tar.gz"
+
checksum: [
+
"md5=0c6a8cd7b7f5e163160abb8a62f75a5b"
+
"sha512=735c6afd48e36af0a032f51217e7558629a198fd39a0484883831bdbff511b331033696b8ad73c6896fa9df0a0b1fd2f27336c2b0b7447dd10902e6bc64e4886"
+
]
+
}
+46
packages/posix-bindings/posix-bindings.2.1.0/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"}
+
"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.1.0.tar.gz"
+
checksum: [
+
"md5=0c6a8cd7b7f5e163160abb8a62f75a5b"
+
"sha512=735c6afd48e36af0a032f51217e7558629a198fd39a0484883831bdbff511b331033696b8ad73c6896fa9df0a0b1fd2f27336c2b0b7447dd10902e6bc64e4886"
+
]
+
}
+47
packages/posix-getopt/posix-getopt.2.1.0/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"}
+
"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.1.0.tar.gz"
+
checksum: [
+
"md5=0c6a8cd7b7f5e163160abb8a62f75a5b"
+
"sha512=735c6afd48e36af0a032f51217e7558629a198fd39a0484883831bdbff511b331033696b8ad73c6896fa9df0a0b1fd2f27336c2b0b7447dd10902e6bc64e4886"
+
]
+
}
+42
packages/posix-math2/posix-math2.2.1.0/opam
···
···
+
# 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: ["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"}
+
"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.1.0.tar.gz"
+
checksum: [
+
"md5=0c6a8cd7b7f5e163160abb8a62f75a5b"
+
"sha512=735c6afd48e36af0a032f51217e7558629a198fd39a0484883831bdbff511b331033696b8ad73c6896fa9df0a0b1fd2f27336c2b0b7447dd10902e6bc64e4886"
+
]
+
}
+43
packages/posix-signal/posix-signal.2.1.0/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"}
+
"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.1.0.tar.gz"
+
checksum: [
+
"md5=0c6a8cd7b7f5e163160abb8a62f75a5b"
+
"sha512=735c6afd48e36af0a032f51217e7558629a198fd39a0484883831bdbff511b331033696b8ad73c6896fa9df0a0b1fd2f27336c2b0b7447dd10902e6bc64e4886"
+
]
+
}
+44
packages/posix-socket-unix/posix-socket-unix.2.1.0/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"}
+
"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.1.0.tar.gz"
+
checksum: [
+
"md5=0c6a8cd7b7f5e163160abb8a62f75a5b"
+
"sha512=735c6afd48e36af0a032f51217e7558629a198fd39a0484883831bdbff511b331033696b8ad73c6896fa9df0a0b1fd2f27336c2b0b7447dd10902e6bc64e4886"
+
]
+
}
+42
packages/posix-socket/posix-socket.2.1.0/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"}
+
"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.1.0.tar.gz"
+
checksum: [
+
"md5=0c6a8cd7b7f5e163160abb8a62f75a5b"
+
"sha512=735c6afd48e36af0a032f51217e7558629a198fd39a0484883831bdbff511b331033696b8ad73c6896fa9df0a0b1fd2f27336c2b0b7447dd10902e6bc64e4886"
+
]
+
}
+44
packages/posix-time2/posix-time2.2.1.0/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"}
+
"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.1.0.tar.gz"
+
checksum: [
+
"md5=0c6a8cd7b7f5e163160abb8a62f75a5b"
+
"sha512=735c6afd48e36af0a032f51217e7558629a198fd39a0484883831bdbff511b331033696b8ad73c6896fa9df0a0b1fd2f27336c2b0b7447dd10902e6bc64e4886"
+
]
+
}
+43
packages/posix-types/posix-types.2.1.0/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: [
+
"dune" {>= "2.9"}
+
"ocaml" {>= "4.03"}
+
"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"
+
available: os != "win32"
+
url {
+
src:
+
"https://github.com/savonet/ocaml-posix/archive/refs/tags/v2.1.0.tar.gz"
+
checksum: [
+
"md5=0c6a8cd7b7f5e163160abb8a62f75a5b"
+
"sha512=735c6afd48e36af0a032f51217e7558629a198fd39a0484883831bdbff511b331033696b8ad73c6896fa9df0a0b1fd2f27336c2b0b7447dd10902e6bc64e4886"
+
]
+
}
+42
packages/posix-uname/posix-uname.2.1.0/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"}
+
"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"
+
url {
+
src:
+
"https://github.com/savonet/ocaml-posix/archive/refs/tags/v2.1.0.tar.gz"
+
checksum: [
+
"md5=0c6a8cd7b7f5e163160abb8a62f75a5b"
+
"sha512=735c6afd48e36af0a032f51217e7558629a198fd39a0484883831bdbff511b331033696b8ad73c6896fa9df0a0b1fd2f27336c2b0b7447dd10902e6bc64e4886"
+
]
+
}