fanotify 0.1.0
The fanotify API provides notification and interception of filesystem events.
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
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.
- 0.1.0 released 3 months ago
- AlexanderZhirov/fanotify
- BSL-1.0
- Copyright © 2025, Alexander Zhirov
- Authors:
- Dependencies:
- none
- Versions:
-
Show all 2 versions0.1.0 2025-Aug-23 ~master 2025-Aug-23 - Download Stats:
-
-
0 downloads today
-
4 downloads this week
-
5 downloads this month
-
19 downloads total
-
- Score:
- 0.1
- Short URL:
- fanotify.dub.pm