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"