this repo has no description

Merge pull request #19280 from psafont/release-unix-errno-v0.6.0

[new release] unix-errno (0.6.0)

Changed files
+61 -22
packages
dlm
dlm.0.3.0
dlm.0.3.1
unix-errno
unix-errno.0.6.0
unix-sys-resource
unix-sys-resource.0.1.2
unix-sys-stat
unix-sys-stat.0.5.0
unix-sys-stat.0.5.1
unix-sys-stat.0.5.2
unix-time
unix-time.0.1.0
+7 -7
packages/dlm/dlm.0.3.0/opam
···
depends: [
"ocaml"
"jbuilder" {>= "1.0+beta10"}
-
"ctypes" {>= "0.11.1"}
-
"lwt"
-
"unix-errno"
-
"ounit"
-
"uuidm"
+
"conf-pkg-config"
+
"ctypes" {>= "0.11.1" & < "0.18.0"}
+
"lwt" {>= "4.2.0"}
+
"unix-errno" {< "0.6.0"}
+
"ounit" {>= "2.0.0"}
+
"uuidm" {>= "0.9.6"}
]
depexts: [
["libdlm-dev"] {os-family = "debian"}
···
["dlm-devel"] {os-distribution = "centos"}
["dlm-devel"] {os-distribution = "fedora"}
["dlm-devel"] {os-distribution = "ol"}
-
["dlm-git"] {os-distribution = "arch"}
["libdlm-devel"] {os-family = "suse"}
]
-
available: [ os = "linux" & os != "alpine" ]
+
available: [ os = "linux" ]
synopsis: "Libdlm bindings"
description: """
[![Build Status](https://travis-ci.org/xapi-project/ocaml-dlm.svg?branch=master)](https://travis-ci.org/xapi-project/ocaml-dlm)
+6 -6
packages/dlm/dlm.0.3.1/opam
···
depends: [
"ocaml"
"dune" {>= "1.4"}
-
"ctypes" {>= "0.11.1"}
-
"lwt"
-
"unix-errno"
-
"ounit"
+
"conf-pkg-config"
+
"ctypes" {>= "0.11.1" & < "0.18.0"}
+
"lwt" {>= "4.2.0"}
+
"unix-errno" {< "0.6.0"}
+
"ounit" {>= "2.0.0"}
"uuidm" {>= "0.9.6"}
]
depexts: [
···
["dlm-devel"] {os-distribution = "centos"}
["dlm-devel"] {os-distribution = "fedora"}
["dlm-devel"] {os-distribution = "oraclelinux"}
-
["dlm-git"] {os-distribution = "archlinux"}
["libdlm-devel"] {os-distribution = "opensuse"}
]
-
available: [ os = "linux" ]
+
available: [ os = "linux"]
synopsis: "Libdlm bindings"
description: "Bindings to the Linux Distributed Lock Manager `libdlm(3)`."
url {
+42
packages/unix-errno/unix-errno.0.6.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Unix errno types, maps, and support"
+
description: """\
+
unix-errno can be used with or without ctypes and OCaml's Unix
+
module. Without ctypes and Unix, the basic types and functions are
+
provided as well as Errno_host containing errno maps for popular
+
operating systems. The errno-srcgen tool for generating OCaml source
+
representing Errno.Host.t values will also be built. With ctypes and
+
Unix, you'll also receive the errno-map tool for outputting the current
+
host's errno map and the Errno_unix module containing an errno global
+
variable checking function and Unix.error type converters."""
+
maintainer: "Xapi Project"
+
authors: "David Sheets <sheets@alum.mit.edu>"
+
license: "ISC"
+
tags: ["errno" "errno.h" "errors" "unix" "syscall"]
+
homepage: "https://github.com/xapi-project/ocaml-unix-errno"
+
bug-reports: "https://github.com/xapi-project/ocaml-unix-errno/issues"
+
depends: [
+
"ocaml" {>= "4.03"}
+
"dune" {>= "2.8"}
+
"alcotest" {with-test}
+
"base-bytes"
+
"integers"
+
"result"
+
"ctypes" {>= "0.12.0"}
+
]
+
depopts: ["base-unix"]
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "build" "-p" name "-j" jobs "@runtest"] {with-test}
+
]
+
dev-repo: "git+https://github.com/xapi-project/ocaml-unix-errno.git"
+
url {
+
src:
+
"https://github.com/xapi-project/ocaml-unix-errno/releases/download/v0.6.0/unix-errno-0.6.0.tbz"
+
checksum: [
+
"sha256=044d962f1169a9357c7913966b58a07f095a670676b6fae0b85cdb6b11c03584"
+
"sha512=2c6c8d76bafe169b7921c53a3e734bc4fd0c91af13a2670d0ea1eda3f9f6d3237795b1d16b0a1c812209834f2f868ff13adfcc50afc0eb59ea3ea640547121cb"
+
]
+
}
+
x-commit-hash: "170b9aaef6143ef1b3b6b99d1d17078c58b9863a"
+2 -5
packages/unix-sys-resource/unix-sys-resource.0.1.2/opam
···
"ocamlfind" {build}
"ocamlbuild" {build}
"alcotest" {with-test}
-
"unix-errno" {>= "0.4.0"}
-
"ctypes"
+
"unix-errno" {>= "0.4.0" & < "0.6.0"}
+
"ctypes" {>= "0.4.0"}
]
depopts: "base-unix"
-
conflicts: [
-
"ctypes" {< "0.4.0"}
-
]
synopsis:
"Unix sys/resource.h types and bindings (getrlimit, setrlimit, and friends)"
description: """
+1 -1
packages/unix-sys-stat/unix-sys-stat.0.5.0/opam
···
"ocamlbuild" {build}
"alcotest" {with-test}
"base-bytes"
-
"unix-errno" {>= "0.4.0"}
+
"unix-errno" {>= "0.4.0" & < "0.6.0"}
"ctypes" {>= "0.6.0"}
"posix-types" {< "2.0.0"}
"unix-type-representations"
+1 -1
packages/unix-sys-stat/unix-sys-stat.0.5.1/opam
···
"ocamlbuild" {build}
"alcotest" {with-test}
"base-bytes"
-
"unix-errno" {>= "0.4.0"}
+
"unix-errno" {>= "0.4.0" & < "0.6.0"}
"ctypes" {>= "0.6.0"}
"posix-types" {< "2.0.0"}
"unix-type-representations"
+1 -1
packages/unix-sys-stat/unix-sys-stat.0.5.2/opam
···
"ctypes-build" {build}
"alcotest" {with-test}
"base-bytes"
-
"unix-errno" {>= "0.4.0"}
+
"unix-errno" {>= "0.4.0" & < "0.6.0"}
"ctypes" {>= "0.6.0"}
"posix-types" {< "2.0.0"}
"unix-type-representations"
+1 -1
packages/unix-time/unix-time.0.1.0/opam
···
"ocamlfind" {build}
"ocamlbuild" {build}
"alcotest" {with-test}
-
"unix-errno" {>= "0.4.0"}
+
"unix-errno" {>= "0.4.0" & < "0.6.0"}
"ctypes"
]
depopts: "base-unix"