Files
alire-index-community/index/in/inotify/inotify-2.0.1.toml
T
onox 36dc12c59b dcf 2.0.3, emojis 1.0.1, evdev 2.0.2, inotify 2.0.1, etc. (#620)
* dcf 2.0.3

* emojis 1.0.1

* evdev 2.0.2

* inotify 2.0.1

* json 5.0.3

* spoon 1.0.1

* weechat_ada 3.0.1

* zipdcf 2.0.3

* wayland-ada 1.0.0 crates

* canberra 2.0.2

* Fix pre-build action in wayland_client_ada 1.0.0

* xdg_base_dir 1.0.0
2022-08-27 12:56:35 +02:00

26 lines
633 B
TOML

name = "inotify"
description = "Monitor filesystem events using Linux' inotify API"
version = "2.0.1"
website = "https://github.com/onox/inotify-ada"
licenses = "Apache-2.0"
tags = ["inotify", "linux"]
authors = ["onox"]
maintainers = ["onox <denkpadje@gmail.com>"]
maintainers-logins = ["onox"]
project-files = ["inotify.gpr", "monitor.gpr"]
executables = ["inotify-ada"]
[available.'case(os)']
linux = true
'...' = false
[build-switches]
validation.compile_checks = "warnings"
"*".style_checks = ["-gnatygAO-Is"]
[origin]
commit = "42f5ce851cdbb493c50c93abd9e2363f1a0f36a9"
url = "git+https://github.com/onox/inotify-ada.git"