this repo has no description

Merge pull request #26290 from clecat/release-inotify-v2.6

[new release] inotify (2 packages) (2.6)

Changed files
+92
packages
inotify
inotify.2.6
inotify-eio
inotify-eio.2.6
+47
packages/inotify-eio/inotify-eio.2.6/opam
···
···
+
opam-version: "2.0"
+
synopsis: "Inotify backend for eio"
+
description: "Inotify backend for eio"
+
maintainer: ["whitequark <whitequark@whitequark.org>"]
+
authors: ["whitequark <whitequark@whitequark.org>"]
+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
+
homepage: "https://github.com/whitequark/ocaml-inotify"
+
doc: "https://whitequark.github.io/ocaml-inotify"
+
bug-reports: "https://github.com/whitequark/ocaml-inotify/issues"
+
depends: [
+
"dune" {>= "3.9"}
+
"base-unix"
+
"base-bytes"
+
"inotify" {= version}
+
"fileutils" {with-test & >= "0.4.4"}
+
"ounit2" {with-test & >= "2.0"}
+
"ocaml" {>= "5.0"}
+
"odoc" {with-doc}
+
"eio"
+
"eio_main" {with-test}
+
"iomux" {>= "0.3"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/whitequark/ocaml-inotify.git"
+
available: os="linux"
+
url {
+
src:
+
"https://github.com/whitequark/ocaml-inotify/releases/download/v2.6/inotify-2.6.tbz"
+
checksum: [
+
"sha256=1d103e7dd32fddd0f1201b2d2f6c5b762548277bc173beef7b072f30ea89ccc4"
+
"sha512=660a44e3083f76f0342a6214ba9df4e18b42cc5da833cae3200345e5f0c5c353a3d67dace21ba00d3365d6866a82c90e5b732c9f8e3d9e38687239d6d0fe41f5"
+
]
+
}
+
x-commit-hash: "f36de4316f8bc4c03dcfe0f5fec85205fa954601"
+45
packages/inotify/inotify.2.6/opam
···
···
+
opam-version: "2.0"
+
synopsis: "Inotify bindings for OCaml"
+
description: "Inotify bindings for OCaml"
+
maintainer: ["whitequark <whitequark@whitequark.org>"]
+
authors: ["whitequark <whitequark@whitequark.org>"]
+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
+
homepage: "https://github.com/whitequark/ocaml-inotify"
+
doc: "https://whitequark.github.io/ocaml-inotify"
+
bug-reports: "https://github.com/whitequark/ocaml-inotify/issues"
+
depends: [
+
"dune" {>= "3.9"}
+
"base-unix"
+
"base-bytes"
+
"fileutils" {with-test & >= "0.4.4"}
+
"ounit2" {with-test & >= "2.0"}
+
"lwt" {with-test}
+
"ocaml" {>= "4.03"}
+
"odoc" {with-doc}
+
]
+
depopts: ["lwt"]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/whitequark/ocaml-inotify.git"
+
available: os="linux"
+
url {
+
src:
+
"https://github.com/whitequark/ocaml-inotify/releases/download/v2.6/inotify-2.6.tbz"
+
checksum: [
+
"sha256=1d103e7dd32fddd0f1201b2d2f6c5b762548277bc173beef7b072f30ea89ccc4"
+
"sha512=660a44e3083f76f0342a6214ba9df4e18b42cc5da833cae3200345e5f0c5c353a3d67dace21ba00d3365d6866a82c90e5b732c9f8e3d9e38687239d6d0fe41f5"
+
]
+
}
+
x-commit-hash: "f36de4316f8bc4c03dcfe0f5fec85205fa954601"