Help language development. Donate to The Perl Foundation

Tinky::Declare zef:jonathanstowe last updated on 2022-08-07

META6.json
{
  "description": "Create Tinky machines in a more declarative fashion",
  "meta-version": "1",
  "authors": [
    "Jonathan Stowe <[email protected]>"
  ],
  "license": "Artistic-2.0",
  "auth": "zef:jonathanstowe",
  "api": "1.0",
  "name": "Tinky::Declare",
  "depends": [
    "Tinky"
  ],
  "raku": "6.*",
  "version": "0.0.2",
  "test-depends": [
  ],
  "source-url": "https://github.com/jonathanstowe/Tinky-Declare.git",
  "build-depends": [
  ],
  "resources": [
  ],
  "provides": {
    "Tinky::Declare": "lib/Tinky/Declare.rakumod"
  },
  "support": {
    "email": "[email protected]",
    "source": "https://github.com/jonathanstowe/Tinky-Declare.git"
  },
  "tags": [
    "tinky",
    "workflow",
    "declarative"
  ]
}