From 1c70773d0d90e6e9f3522ad4be8f46144f0c5345 Mon Sep 17 00:00:00 2001 From: onox Date: Fri, 11 Jun 2021 15:26:10 +0200 Subject: [PATCH] inotify 2.0.0 (#286) --- index/in/inotify/inotify-2.0.0.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 index/in/inotify/inotify-2.0.0.toml diff --git a/index/in/inotify/inotify-2.0.0.toml b/index/in/inotify/inotify-2.0.0.toml new file mode 100644 index 00000000..fe068415 --- /dev/null +++ b/index/in/inotify/inotify-2.0.0.toml @@ -0,0 +1,21 @@ +name = "inotify" +description = "Ada 2012 library to monitor filesystem events using Linux' inotify API" +version = "2.0.0" +website = "https://github.com/onox/inotify-ada" +licenses = "Apache-2.0" +tags = ["inotify"] + +authors = ["onox"] +maintainers = ["onox "] +maintainers-logins = ["onox"] + +project-files = ["inotify.gpr", "monitor.gpr"] +executables = ["inotify-ada"] + +[available.'case(os)'] +linux = true +'...' = false + +[origin] +commit = "482c5dadef833b56ae07fdbd6562b62037d4accc" +url = "git+https://github.com/onox/inotify-ada.git"