Help language development. Donate to The Perl Foundation

URI::Template zef:jonathanstowe last updated on 2023-07-01

META6.json
{
  "depends": [
  ],
  "resources": [
  ],
  "source-url": "https://github.com/jonathanstowe/URI-Template.git",
  "version": "0.0.11",
  "name": "URI::Template",
  "api": "1.0",
  "test-depends": [
    "JSON::Fast",
    "Test"
  ],
  "authors": [
    "Jonathan Stowe <[email protected]>"
  ],
  "build-depends": [
  ],
  "description": "URI Templates as per https://tools.ietf.org/html/rfc6570",
  "auth": "zef:jonathanstowe",
  "license": "Artistic-2.0",
  "provides": {
    "URI::Template": "lib/URI/Template.rakumod"
  },
  "tags": [
    "URI",
    "URL",
    "Template",
    "RFC"
  ],
  "support": {
    "email": "[email protected]",
    "irc": "irc:// irc.freenode.net/#perl6",
    "source": "https://github.com/jonathanstowe/URI-Template.git",
    "bugtracker": "https://github.com/jonathanstowe/URI-Template/issues"
  },
  "meta-version": "1",
  "raku": "6.*"
}