Низкоуровневая обёртка над C API fanotify для D
Find a file
2025-08-24 02:25:40 +03:00
.vscode 0.1.0 2025-08-24 02:25:40 +03:00
source 0.1.0 2025-08-24 02:25:40 +03:00
.gitignore 0.1.0 2025-08-24 02:25:40 +03:00
dub.json 0.1.0 2025-08-24 02:25:40 +03:00
dub.selections.json 0.1.0 2025-08-24 02:25:40 +03:00
dub.settings.json 0.1.0 2025-08-24 02:25:40 +03:00
LICENSE 0.1.0 2025-08-24 02:25:40 +03:00
README.md 0.1.0 2025-08-24 02:25:40 +03:00

fanotify

Low-level wrapper over the C API fanotify for D. All values are taken from uapi <linux/fanotify.h>.

Installation

Add to dub.json:

{
    "dependencies": {
        "fanotify": "~>0.1.0"
    }
}

Or to dub.sdl:

dependency "fanotify" version="~>0.1.0"

Run dub build.

Usage

Import the module: import fanotify;

Documentation

  • Linux man pages: fanotify(7), fanotify_init(2), fanotify_mark(2).

License

Boost Software License 1.0. See LICENSE.