Help language development. Donate to The Perl Foundation

Sway::Config zef:CIAvash last updated on 2022-07-23

META6.json
{
    "perl": "6.d",
    "name": "Sway::Config",
    "description": "Library and script for parsing Sway window manager's config file.",
    "authors": ["Siavash Askari Nasr"],
    "auth": "zef:CIAvash",
    "version": "0.2.2",
    "tags": ["Sway", "SwayWM", "Parser", "Config", "App", "Library", "CLI", "Command Line"],
    "license": "LGPL-3.0-or-later",
    "source-url": "https://codeberg.org/CIAvash/Sway-Config.git",
    "provides": {
        "Sway::Config": "lib/Sway/Config.rakumod",
        "Sway::Config::CLI": "lib/Sway/Config/CLI.rakumod",
        "Sway::Config::Utils": "lib/Sway/Config/Utils.rakumod",
        "Sway::Config::Grammar": "lib/Sway/Config/Grammar.rakumod",
        "Sway::Config::Actions": "lib/Sway/Config/Actions.rakumod"
    },
    "depends": ["JSON::Fast", "Pod::Contents:auth<zef:CIAvash>"],
    "test-depends": [
        "JSON::Fast",
        "Test::Run:auth<zef:CIAvash>:ver<0.1.*>",
        "Test::Differences:auth<zef:rbt>:ver<1.*.*>"
    ]
}