Help language development. Donate to The Perl Foundation

Collection-Raku-Documentation zef:finanalyst last updated on 2023-01-15

META6.json
{
  "name": "Collection-Raku-Documentation",
  "description": "Use Cro and Collection to supply Raku documentation. Different search system. Global and local TOCs and Glossaries.",
  "version": "0.12.3",
  "perl": "6.d",
  "authors": [
    "Richard Hainsworth"
  ],
  "auth": "zef:finanalyst",
  "depends": [
    "RakuConfig",
    "Collection",
    "Collection::RefreshPlugins",
    "LibCurl::Easy"
  ],
  "build-depends": [],
  "test-depends": [],
  "provides": {
    "Collection::RakuDoc": "lib/RakuDoc.rakumod"
  },
  "resources": [],
  "support": {
    "bugtracker": "https://github.com/finanalyst/collection-raku-documentation/issues",
    "email": "[email protected]",
    "source": "https://github.com/finanalyst/collection-raku-documentation.git"
  },
  "license": "Artistic-2.0",
  "source-url": "git://github.com/finanalyst/collection-raku-documentation.git",
  "bin": [
    "bin/Raku-Doc"
  ],
  "source-type": "git"
}