diff --git a/index/ca/canberra_ada/canberra_ada-2.0.2.toml b/index/ca/canberra_ada/canberra_ada-2.0.2.toml new file mode 100644 index 00000000..a66d0613 --- /dev/null +++ b/index/ca/canberra_ada/canberra_ada-2.0.2.toml @@ -0,0 +1,25 @@ +name = "canberra_ada" +description = "Ada 2012 bindings for libcanberra" +version = "2.0.2" +website = "https://github.com/onox/canberra-ada" +licenses = "Apache-2.0" +tags = ["canberra", "audio", "sound", "linux"] + +authors = ["onox"] +maintainers = ["onox "] +maintainers-logins = ["onox"] + +[available.'case(os)'] +linux = true +'...' = false + +[[depends-on]] +libcanberra = "~0.30.0" + +[build-switches] +validation.compile_checks = "warnings" +"*".style_checks = ["-gnatygAOM99-Is"] + +[origin] +commit = "75660acaba2656f3ef165d8a649f4a6e8e83a834" +url = "git+https://github.com/onox/canberra-ada.git" diff --git a/index/dc/dcf/dcf-2.0.3.toml b/index/dc/dcf/dcf-2.0.3.toml new file mode 100644 index 00000000..5a7faa40 --- /dev/null +++ b/index/dc/dcf/dcf-2.0.3.toml @@ -0,0 +1,19 @@ +name = "dcf" +description = "Ada 2012 library for document container files, Zip-based archive files" +version = "2.0.3" +website = "https://github.com/onox/dcf-ada" +licenses = "MIT" +tags = ["zip", "document", "container", "archive"] + +authors = ["onox", "Gautier de Montmollin"] +maintainers = ["onox "] +maintainers-logins = ["onox"] + +[build-switches] +validation.compile_checks = "warnings" +"*".style_checks = ["-gnatygAO-Is"] + +[origin] +commit = "e4bb4d971eaab4975010373c6908028ba9d6e5bf" +url = "git+https://github.com/onox/dcf-ada.git" +subdir = "dcf" diff --git a/index/em/emojis/emojis-1.0.1.toml b/index/em/emojis/emojis-1.0.1.toml new file mode 100644 index 00000000..bc9057c0 --- /dev/null +++ b/index/em/emojis/emojis-1.0.1.toml @@ -0,0 +1,18 @@ +name = "emojis" +description = "A library to replace names between colons with emojis" +version = "1.0.1" +website = "https://github.com/onox/emojis" +licenses = "Apache-2.0" +tags = ["emoji", "string", "text", "unicode"] + +authors = ["onox"] +maintainers = ["onox "] +maintainers-logins = ["onox"] + +[build-switches] +validation.compile_checks = "warnings" +"*".style_checks = ["-gnatygAO-Is"] + +[origin] +commit = "915d688c0b28bc0850047a373336a15dacd19bef" +url = "git+https://github.com/onox/emojis.git" diff --git a/index/ev/evdev/evdev-2.0.2.toml b/index/ev/evdev/evdev-2.0.2.toml new file mode 100644 index 00000000..96137d98 --- /dev/null +++ b/index/ev/evdev/evdev-2.0.2.toml @@ -0,0 +1,25 @@ +name = "evdev" +description = "Library for input devices and force-feedback using Linux' evdev API" +version = "2.0.2" +website = "https://github.com/onox/evdev-ada" +licenses = "Apache-2.0" +tags = ["evdev", "force-feedback", "linux", "input"] + +authors = ["onox"] +maintainers = ["onox "] +maintainers-logins = ["onox"] + +project-files = ["evdev.gpr", "evdev_info.gpr"] +executables = ["evdev-ada"] + +[available.'case(os)'] +linux = true +'...' = false + +[build-switches] +validation.compile_checks = "warnings" +"*".style_checks = ["-gnatygAO-Is"] + +[origin] +commit = "dad80c143a7d673a5cfe2c8f0230737fcd22002b" +url = "git+https://github.com/onox/evdev-ada.git" diff --git a/index/in/inotify/inotify-2.0.1.toml b/index/in/inotify/inotify-2.0.1.toml new file mode 100644 index 00000000..eab622ed --- /dev/null +++ b/index/in/inotify/inotify-2.0.1.toml @@ -0,0 +1,25 @@ +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 "] +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" diff --git a/index/js/json/json-5.0.3.toml b/index/js/json/json-5.0.3.toml new file mode 100644 index 00000000..162ebd37 --- /dev/null +++ b/index/js/json/json-5.0.3.toml @@ -0,0 +1,23 @@ +name = "json" +description = "An Ada 2012 library for parsing JSON" +version = "5.0.3" +website = "https://github.com/onox/json-ada" +licenses = "Apache-2.0" +tags = ["json"] + +executables = ["pretty_print"] + +project-files = ["json.gpr", "json_pretty_print.gpr"] + +authors = ["onox"] +maintainers = ["onox "] +maintainers-logins = ["onox"] + +[build-switches] +validation.compile_checks = "warnings" +"*".style_checks = ["-gnatygAO-Is"] + +[origin] +commit = "fda3e8b1f56590c435077be0864e1ab63c52ace1" +url = "git+https://github.com/onox/json-ada.git" +subdir = "json" diff --git a/index/sp/spoon/spoon-1.0.1.toml b/index/sp/spoon/spoon-1.0.1.toml new file mode 100644 index 00000000..76275884 --- /dev/null +++ b/index/sp/spoon/spoon-1.0.1.toml @@ -0,0 +1,22 @@ +name = "spoon" +description = "Use posix_spawn() to spawn processes without forking" +version = "1.0.1" +website = "https://github.com/onox/spoon" +licenses = "Apache-2.0" +tags = ["posix", "spawn", "process"] + +authors = ["onox"] +maintainers = ["onox "] +maintainers-logins = ["onox"] + +[available.'case(os)'] +'linux|macos' = true +'...' = false + +[build-switches] +validation.compile_checks = "warnings" +"*".style_checks = ["-gnatygAO-Is"] + +[origin] +commit = "c07167a55d5fa2ebbfa7ff4689959e08128e8a69" +url = "git+https://github.com/onox/spoon.git" diff --git a/index/wa/wayland_ada_info/wayland_ada_info-1.0.0.toml b/index/wa/wayland_ada_info/wayland_ada_info-1.0.0.toml new file mode 100644 index 00000000..13cd69e4 --- /dev/null +++ b/index/wa/wayland_ada_info/wayland_ada_info-1.0.0.toml @@ -0,0 +1,24 @@ +name = "wayland_ada_info" +description = "A tool to display information about supported Wayland interfaces" +version = "1.0.0" +website = "https://github.com/onox/wayland-ada" +licenses = "Apache-2.0" +tags = ["wayland"] + +authors = ["onox"] +maintainers = ["onox "] +maintainers-logins = ["onox"] + +executables = ["wayland_ada_info"] + +[build-switches] +validation.compile_checks = "warnings" +"*".style_checks = ["-gnatygAOM99-Is"] + +[[depends-on]] +wayland_protocols_ada = "~1.0.0" + +[origin] +commit = "f8a9fe05aa29e5e17d23951bc0d21ce4b84148a4" +url = "git+https://github.com/onox/wayland-ada.git" +subdir = "wayland_ada_info" diff --git a/index/wa/wayland_ada_scanner/wayland_ada_scanner-1.0.0.toml b/index/wa/wayland_ada_scanner/wayland_ada_scanner-1.0.0.toml new file mode 100644 index 00000000..658f4021 --- /dev/null +++ b/index/wa/wayland_ada_scanner/wayland_ada_scanner-1.0.0.toml @@ -0,0 +1,24 @@ +name = "wayland_ada_scanner" +description = "A tool to generate thick Ada 2012 bindings for Wayland protocols" +version = "1.0.0" +website = "https://github.com/onox/wayland-ada" +licenses = "Apache-2.0" +tags = ["wayland", "egl"] + +authors = ["onox", "Joakim Strandberg"] +maintainers = ["onox "] +maintainers-logins = ["onox"] + +executables = ["wayland_ada_scanner"] + +[build-switches] +validation.compile_checks = "warnings" +"*".style_checks = ["-gnatygAOM190-Is"] + +[environment] +PATH.append = "${CRATE_ROOT}/build/bin" + +[origin] +commit = "f8a9fe05aa29e5e17d23951bc0d21ce4b84148a4" +url = "git+https://github.com/onox/wayland-ada.git" +subdir = "wayland_ada_scanner" diff --git a/index/wa/wayland_client_ada/wayland_client_ada-1.0.0.toml b/index/wa/wayland_client_ada/wayland_client_ada-1.0.0.toml new file mode 100644 index 00000000..121d0d05 --- /dev/null +++ b/index/wa/wayland_client_ada/wayland_client_ada-1.0.0.toml @@ -0,0 +1,31 @@ +name = "wayland_client_ada" +description = "Ada 2012 bindings for libwayland-client and the Wayland protocol" +version = "1.0.0" +website = "https://github.com/onox/wayland-ada" +licenses = "Apache-2.0" +tags = ["wayland", "client"] + +authors = ["onox"] +maintainers = ["onox "] +maintainers-logins = ["onox"] + +[build-switches] +validation.compile_checks = "warnings" +"*".style_checks = ["-gnatygAOM99-Is"] + +[available.'case(os)'] +linux = true +'...' = false + +[[actions]] +type = "pre-build" +command = ["wayland_ada_scanner", "protocol/wayland.xml", "src/protocols"] + +[[depends-on]] +wayland_ada_scanner = "~1.0.0" +libwayland = "^1.18" + +[origin] +commit = "f8a9fe05aa29e5e17d23951bc0d21ce4b84148a4" +url = "git+https://github.com/onox/wayland-ada.git" +subdir = "wayland_client_ada" diff --git a/index/wa/wayland_cursor_ada/wayland_cursor_ada-1.0.0.toml b/index/wa/wayland_cursor_ada/wayland_cursor_ada-1.0.0.toml new file mode 100644 index 00000000..3a3e4755 --- /dev/null +++ b/index/wa/wayland_cursor_ada/wayland_cursor_ada-1.0.0.toml @@ -0,0 +1,27 @@ +name = "wayland_cursor_ada" +description = "Ada 2012 bindings for libwayland-cursor" +version = "1.0.0" +website = "https://github.com/onox/wayland-ada" +licenses = "Apache-2.0" +tags = ["wayland"] + +authors = ["onox"] +maintainers = ["onox "] +maintainers-logins = ["onox"] + +[build-switches] +validation.compile_checks = "warnings" +"*".style_checks = ["-gnatygAOM99-Is"] + +[available.'case(os)'] +linux = true +'...' = false + +[[depends-on]] +libwayland = "^1.18" +wayland_client_ada = "~1.0.0" + +[origin] +commit = "f8a9fe05aa29e5e17d23951bc0d21ce4b84148a4" +url = "git+https://github.com/onox/wayland-ada.git" +subdir = "wayland_cursor_ada" diff --git a/index/wa/wayland_egl_ada/wayland_egl_ada-1.0.0.toml b/index/wa/wayland_egl_ada/wayland_egl_ada-1.0.0.toml new file mode 100644 index 00000000..2044f4e3 --- /dev/null +++ b/index/wa/wayland_egl_ada/wayland_egl_ada-1.0.0.toml @@ -0,0 +1,27 @@ +name = "wayland_egl_ada" +description = "Ada 2012 bindings for libwayland-egl" +version = "1.0.0" +website = "https://github.com/onox/wayland-ada" +licenses = "Apache-2.0" +tags = ["wayland", "egl"] + +authors = ["onox"] +maintainers = ["onox "] +maintainers-logins = ["onox"] + +[build-switches] +validation.compile_checks = "warnings" +"*".style_checks = ["-gnatygAOM99-Is"] + +[available.'case(os)'] +linux = true +'...' = false + +[[depends-on]] +libwayland = "^1.18" +wayland_client_ada = "~1.0.0" + +[origin] +commit = "f8a9fe05aa29e5e17d23951bc0d21ce4b84148a4" +url = "git+https://github.com/onox/wayland-ada.git" +subdir = "wayland_egl_ada" diff --git a/index/wa/wayland_protocols_ada/wayland_protocols_ada-1.0.0.toml b/index/wa/wayland_protocols_ada/wayland_protocols_ada-1.0.0.toml new file mode 100644 index 00000000..60a905b7 --- /dev/null +++ b/index/wa/wayland_protocols_ada/wayland_protocols_ada-1.0.0.toml @@ -0,0 +1,59 @@ +name = "wayland_protocols_ada" +description = "Ada 2012 bindings for various Wayland protocols" +version = "1.0.0" +website = "https://github.com/onox/wayland-ada" +licenses = "Apache-2.0" +tags = ["wayland", "protocols"] + +authors = ["onox"] +maintainers = ["onox "] +maintainers-logins = ["onox"] + +[build-switches] +validation.compile_checks = "warnings" +"*".style_checks = ["-gnatygAOM120-Is"] + +[available.'case(os)'] +linux = true +'...' = false + +[[actions]] +type = "pre-build" +command = ["wayland_ada_scanner", "wayland-protocols/stable/xdg-shell/xdg-shell.xml", "src"] + +[[actions]] +type = "pre-build" +command = ["wayland_ada_scanner", "wayland-protocols/stable/presentation-time/presentation-time.xml", "src"] + +[[actions]] +type = "pre-build" +command = ["wayland_ada_scanner", "wayland-protocols/stable/viewporter/viewporter.xml", "src"] + +[[actions]] +type = "pre-build" +command = ["wayland_ada_scanner", "wayland-protocols/unstable/idle-inhibit/idle-inhibit-unstable-v1.xml", "src"] + +[[actions]] +type = "pre-build" +command = ["wayland_ada_scanner", "wayland-protocols/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml", "src"] + +[[actions]] +type = "pre-build" +command = ["wayland_ada_scanner", "wayland-protocols/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml", "src"] + +[[actions]] +type = "pre-build" +command = ["wayland_ada_scanner", "wayland-protocols/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml", "src"] + +[[actions]] +type = "pre-build" +command = ["wayland_ada_scanner", "wayland-protocols/unstable/relative-pointer/relative-pointer-unstable-v1.xml", "src"] + +[[depends-on]] +wayland_ada_scanner = "~1.0.0" +wayland_client_ada = "~1.0.0" + +[origin] +commit = "f8a9fe05aa29e5e17d23951bc0d21ce4b84148a4" +url = "git+https://github.com/onox/wayland-ada.git" +subdir = "wayland_protocols_ada" diff --git a/index/we/weechat_ada/weechat_ada-3.0.1.toml b/index/we/weechat_ada/weechat_ada-3.0.1.toml new file mode 100644 index 00000000..a0fbcabe --- /dev/null +++ b/index/we/weechat_ada/weechat_ada-3.0.1.toml @@ -0,0 +1,18 @@ +name = "weechat_ada" +description = "Ada 2012 library for WeeChat plug-ins" +version = "3.0.1" +website = "https://github.com/onox/weechat-ada" +licenses = "Apache-2.0" +tags = ["chat", "irc", "weechat"] + +authors = ["onox"] +maintainers = ["onox "] +maintainers-logins = ["onox"] + +[build-switches] +validation.compile_checks = "warnings" +"*".style_checks = ["-gnatygAO-Is"] + +[origin] +commit = "9faebf9b79e79670d64044c9279a2e9c95404161" +url = "git+https://github.com/onox/weechat-ada.git" diff --git a/index/xd/xdg_base_dir/xdg_base_dir-1.0.0.toml b/index/xd/xdg_base_dir/xdg_base_dir-1.0.0.toml new file mode 100644 index 00000000..03800707 --- /dev/null +++ b/index/xd/xdg_base_dir/xdg_base_dir-1.0.0.toml @@ -0,0 +1,22 @@ +name = "xdg_base_dir" +description = "XDG Base Directory Specification" +version = "1.0.0" +website = "https://github.com/onox/xdg-base-dir" +licenses = "Apache-2.0" +tags = ["xdg"] + +authors = ["onox"] +maintainers = ["onox "] +maintainers-logins = ["onox"] + +[available.'case(os)'] +'windows' = false +'...' = true + +[build-switches] +validation.compile_checks = "warnings" +"*".style_checks = ["-gnatygAOM99-Is"] + +[origin] +commit = "e0e3de18138fbdb14b6fbe55d6c7983105ea593c" +url = "git+https://github.com/onox/xdg-base-dir.git" diff --git a/index/zi/zipdcf/zipdcf-2.0.3.toml b/index/zi/zipdcf/zipdcf-2.0.3.toml new file mode 100644 index 00000000..82143704 --- /dev/null +++ b/index/zi/zipdcf/zipdcf-2.0.3.toml @@ -0,0 +1,24 @@ +name = "zipdcf" +description = "Tools that can (un)zip document container files, Zip-based archive files" +version = "2.0.3" +website = "https://github.com/onox/dcf-ada" +licenses = "MIT" +tags = ["zip", "document", "container", "archive"] + +executables = ["zipdcf", "unzipdcf"] + +authors = ["onox", "Gautier de Montmollin"] +maintainers = ["onox "] +maintainers-logins = ["onox"] + +[build-switches] +validation.compile_checks = "warnings" +"*".style_checks = ["-gnatygAO-Is"] + +[[depends-on]] +dcf = "^2.0.3" + +[origin] +commit = "e4bb4d971eaab4975010373c6908028ba9d6e5bf" +url = "git+https://github.com/onox/dcf-ada.git" +subdir = "zipdcf"