Help language development. Donate to The Perl Foundation

SparrowCI - super fun and flexible CI system with many programming languages support zef:melezhik last updated on 2023-01-01

META6.json
{
  "auth": "zef:melezhik",
  "authors" : [
    "Alexey Melezhik"
  ],
  "build-depends" : [ ],
  "depends" : [
    "YAMLish",
    "DBIish",
    "JSON::Fast",
    "File::Directory::Tree",
    "Digest::SHA1::Native:ver<0.05>+",
    "Cro::HTTP:ver<0.8.9>+",
    "Cro::WebApp:ver<0.8.9>+",
    "Text::Markdown:ver<1.1.1+>",
    "JSON::Fast:ver<0.17>",
    "File::Directory::Tree:ver<2022-04.14+>"
  ],
  "description" : "SparrowCI",
  "license" : "Artistic-2.0",
  "name" : "SparrowCI - super fun and flexible CI system with many programming languages support",
  "perl" : "6.*",
  "provides" : {
    "SparrowCI" : "lib/SparrowCI.rakumod",
    "SparrowCI::DB" : "lib/SparrowCI/DB.rakumod",
    "SparrowCI::User" : "lib/SparrowCI/User.rakumod",
    "SparrowCI::News" : "lib/SparrowCI/News.rakumod",
    "SparrowCI::Repo" : "lib/SparrowCI/Repo.rakumod",
    "SparrowCI::HTML" : "lib/SparrowCI/HTML.rakumod",
    "SparrowCI::Conf" : "lib/SparrowCI/Conf.rakumod",
    "SparrowCI::Security" : "lib/SparrowCI/Security.rakumod"
  },
  "resources" : [ ],
  "source-type" : "git",
  "source-url" : "https://github.com/melezhik/SparrowCI.git",
  "support" : {
    "bugtracker" : "https://github.com/melezhik/SparrowCI/issues",
    "source" : "https://github.com/melezhik/SparrowCI.git"
  },
  "tags" : [ ],
  "test-depends" : [ ],
  "version" : "0.0.2"
}