Skip to content

Commit 46e4a53

Browse files
authored
Merge pull request #26290 from clecat/release-inotify-v2.6
[new release] inotify (2 packages) (2.6)
2 parents 7c4ff52 + cd10783 commit 46e4a53

File tree

2 files changed

+92
-0
lines changed
  • packages
    • inotify-eio/inotify-eio.2.6
    • inotify/inotify.2.6

2 files changed

+92
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
opam-version: "2.0"
2+
synopsis: "Inotify backend for eio"
3+
description: "Inotify backend for eio"
4+
maintainer: ["whitequark <[email protected]>"]
5+
authors: ["whitequark <[email protected]>"]
6+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
7+
homepage: "https://github.com/whitequark/ocaml-inotify"
8+
doc: "https://whitequark.github.io/ocaml-inotify"
9+
bug-reports: "https://github.com/whitequark/ocaml-inotify/issues"
10+
depends: [
11+
"dune" {>= "3.9"}
12+
"base-unix"
13+
"base-bytes"
14+
"inotify" {= version}
15+
"fileutils" {with-test & >= "0.4.4"}
16+
"ounit2" {with-test & >= "2.0"}
17+
"ocaml" {>= "5.0"}
18+
"odoc" {with-doc}
19+
"eio"
20+
"eio_main" {with-test}
21+
"iomux" {>= "0.3"}
22+
]
23+
build: [
24+
["dune" "subst"] {dev}
25+
[
26+
"dune"
27+
"build"
28+
"-p"
29+
name
30+
"-j"
31+
jobs
32+
"@install"
33+
"@runtest" {with-test}
34+
"@doc" {with-doc}
35+
]
36+
]
37+
dev-repo: "git+https://github.com/whitequark/ocaml-inotify.git"
38+
available: os="linux"
39+
url {
40+
src:
41+
"https://github.com/whitequark/ocaml-inotify/releases/download/v2.6/inotify-2.6.tbz"
42+
checksum: [
43+
"sha256=1d103e7dd32fddd0f1201b2d2f6c5b762548277bc173beef7b072f30ea89ccc4"
44+
"sha512=660a44e3083f76f0342a6214ba9df4e18b42cc5da833cae3200345e5f0c5c353a3d67dace21ba00d3365d6866a82c90e5b732c9f8e3d9e38687239d6d0fe41f5"
45+
]
46+
}
47+
x-commit-hash: "f36de4316f8bc4c03dcfe0f5fec85205fa954601"

packages/inotify/inotify.2.6/opam

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
opam-version: "2.0"
2+
synopsis: "Inotify bindings for OCaml"
3+
description: "Inotify bindings for OCaml"
4+
maintainer: ["whitequark <[email protected]>"]
5+
authors: ["whitequark <[email protected]>"]
6+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
7+
homepage: "https://github.com/whitequark/ocaml-inotify"
8+
doc: "https://whitequark.github.io/ocaml-inotify"
9+
bug-reports: "https://github.com/whitequark/ocaml-inotify/issues"
10+
depends: [
11+
"dune" {>= "3.9"}
12+
"base-unix"
13+
"base-bytes"
14+
"fileutils" {with-test & >= "0.4.4"}
15+
"ounit2" {with-test & >= "2.0"}
16+
"lwt" {with-test}
17+
"ocaml" {>= "4.03"}
18+
"odoc" {with-doc}
19+
]
20+
depopts: ["lwt"]
21+
build: [
22+
["dune" "subst"] {dev}
23+
[
24+
"dune"
25+
"build"
26+
"-p"
27+
name
28+
"-j"
29+
jobs
30+
"@install"
31+
"@runtest" {with-test}
32+
"@doc" {with-doc}
33+
]
34+
]
35+
dev-repo: "git+https://github.com/whitequark/ocaml-inotify.git"
36+
available: os="linux"
37+
url {
38+
src:
39+
"https://github.com/whitequark/ocaml-inotify/releases/download/v2.6/inotify-2.6.tbz"
40+
checksum: [
41+
"sha256=1d103e7dd32fddd0f1201b2d2f6c5b762548277bc173beef7b072f30ea89ccc4"
42+
"sha512=660a44e3083f76f0342a6214ba9df4e18b42cc5da833cae3200345e5f0c5c353a3d67dace21ba00d3365d6866a82c90e5b732c9f8e3d9e38687239d6d0fe41f5"
43+
]
44+
}
45+
x-commit-hash: "f36de4316f8bc4c03dcfe0f5fec85205fa954601"

0 commit comments

Comments
 (0)