this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

CHANGES:

add an Eio backend in a new inotify-eio package (@patricoferris, @akirak, @clecat)

+92
+47
packages/inotify-eio/inotify-eio.2.6/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Inotify backend for eio" 3 + description: "Inotify backend for eio" 4 + maintainer: ["whitequark <whitequark@whitequark.org>"] 5 + authors: ["whitequark <whitequark@whitequark.org>"] 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" 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=cfda55858cf6a242c045f454915abc37dc168b557f90b0ef1bb10bb7df0977f2" 44 + "sha512=cb70f20c4cc244e25b151c57dc913360ef42f335ba379dcb1a3deb06b70438d4cbf735c2ab21ef599bbafa54a37f4d79abcf84492c3b4bc5ccba9e320601c019" 45 + ] 46 + } 47 + x-commit-hash: "1173bb240b6b785038ff30c3d24c4d988df0a8eb"
+45
packages/inotify/inotify.2.6/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Inotify bindings for OCaml" 3 + description: "Inotify bindings for OCaml" 4 + maintainer: ["whitequark <whitequark@whitequark.org>"] 5 + authors: ["whitequark <whitequark@whitequark.org>"] 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=cfda55858cf6a242c045f454915abc37dc168b557f90b0ef1bb10bb7df0977f2" 42 + "sha512=cb70f20c4cc244e25b151c57dc913360ef42f335ba379dcb1a3deb06b70438d4cbf735c2ab21ef599bbafa54a37f4d79abcf84492c3b4bc5ccba9e320601c019" 43 + ] 44 + } 45 + x-commit-hash: "1173bb240b6b785038ff30c3d24c4d988df0a8eb"