This commit is contained in:
Alexander Zhirov 2025-08-21 20:09:16 +03:00
commit ff926b4c8e
Signed by: alexander
GPG key ID: C8D8BE544A27C511
8 changed files with 370 additions and 0 deletions

10
dub.json Normal file
View file

@ -0,0 +1,10 @@
{
"authors": [
"Alexander Zhirov"
],
"copyright": "Copyright © 2025, Alexander Zhirov",
"description": "The fanotify API provides notification and interception of filesystem events.",
"license": "BSL-1.0",
"name": "fanotify",
"targetType": "library"
}