Help language development. Donate to The Perl Foundation

Sparky zef:melezhik last updated on 2023-03-01

META6.json
{
  "auth": "zef:melezhik",
  "authors" : [
    "Alexey Melezhik"
  ],
  "build-depends" : [ ],
  "depends" : [
    "YAMLish",
    "DBIish",
    "DBIish::Pool",
    "JSON::Tiny",
    "HTTP::Tiny",
    "Sparrowdo:ver<0.1.23+>",
    "Time::Crontab",
    "File::Directory::Tree",
    "cro",
    "Cro::HTTP::Server",
    "Cro::HTTP::Router",
    "Cro::WebApp::Template",
    "Data::Dump:ver<0.0.12+>",
    "Text::Markdown"
  ],
  "description" : "Sparky is a flexible and minimalist continuous integration server and distribute tasks runner written in Raku",
  "license" : "Artistic-2.0",
  "name" : "Sparky",
  "perl" : "6.*",
  "provides" : {
    "Sparky" : "lib/Sparky.pm6",
    "Sparky::HTML" : "lib/Sparky/HTML.pm6",
    "Sparky::Job" : "lib/Sparky/Job.pm6"
  },
  "resources" : [ ],
  "source-type" : "git",
  "source-url" : "https://github.com/melezhik/sparky.git",
  "support" : {
    "bugtracker" : "https://github.com/melezhik/sparky/issues",
    "source" : "https://github.com/melezhik/sparky.git"
  },
  "tags" : [ ],
  "test-depends" : [ ],
  "version" : "0.1.10"
}