Help language development. Donate to The Perl Foundation

Sway::PreviewKeys zef:CIAvash last updated on 2023-05-06

META6.json
{
    "perl": "6.d",
    "name": "Sway::PreviewKeys",
    "description": "Program for showing Sway window manager's key bindings associated with a mode.",
    "authors": ["Siavash Askari Nasr"],
    "auth": "zef:CIAvash",
    "version": "0.2.3",
    "tags": ["Sway", "SwayWM", "App", "CLI", "Command Line", "Preview", "Key Bindings", "GUI"],
    "license": "GPL-3.0-or-later",
    "source-url": "https://codeberg.org/CIAvash/Sway-PreviewKeys.git",
    "provides": {
        "Sway::PreviewKeys": "lib/Sway/PreviewKeys.rakumod"
    },
    "depends": [
        "Sway::Config:auth<zef:CIAvash>",
        "GtkLayerShell:auth<zef:CIAvash>:api<0.8.1>",
        "Pod::Contents:auth<zef:CIAvash>",
        "Gnome::Gtk3",
        "JSON::Fast",
        "Getopt::Long"
    ],
    "test-depends": [
        "Test::Run:auth<zef:CIAvash>:ver<0.1.*>"
    ]
}