This commit is contained in:
Alexander Zhirov 2025-08-24 02:22:00 +03:00
commit 9e3e657996
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"
}