Tomtit.git | META6.json


{
  "auth": "zef:melezhik",
  "authors" : [
    "Alexey Melezhik"
  ],
  "build-depends" : [ ],
  "depends" : [
    "Sparrow6:ver<0.0.76+>",
    "File::Directory::Tree",
    "YAMLish"
  ],
  "description" : "Tomtit - Raku Task Runner",
  "license" : "Artistic-2.0",
  "name" : "Tomtit",
  "perl" : "6.*",
  "provides" : {
    "Tomtit" : "lib/Tomtit.rakumod",
    "Tomtit::Completion" : "lib/Tomtit/Completion.rakumod"
  },
  "resources" : [
    "profiles/raku/install.raku",
    "profiles/raku/test.raku",
    "profiles/raku/changes.raku",
    "profiles/raku/release.raku",
    "profiles/cro/cro-yaml.raku",
    "profiles/perl/set-pause.raku",
    "profiles/perl/install.raku",
    "profiles/perl/make-dist.raku",
    "profiles/perl/changes.raku",
    "profiles/perl/release.raku",
    "profiles/perl/test.raku",
    "profiles/gitlab/gitlab-run-pipeline.raku",
    "profiles/ruby/rvm.raku",
    "profiles/git/set-git.raku",
    "profiles/git/commit.raku",
    "profiles/git/push.raku",
    "profiles/git/git-branch-delete.raku",
    "profiles/git/pull.raku",
    "profiles/git/status.raku",
    "profiles/git/git-summary.raku",
    "profiles/git/git-publish.raku",
    "profiles/git/update-branch-list.raku",
    "profiles/git/github-url-https-to-ssh.raku",
    "profiles/ado/ado-pipeline-build-list.raku",
    "profiles/ado/ado-pipeline-build-run.raku",
    "profiles/azure/az-account-set.raku",
    "profiles/azure/az-resources.raku",
    "profiles/azure/az-kv-show.raku",
    "profiles/azure/az-sql-server-check-fw.raku",
    "profiles/hello/world.raku",
    "profiles/yaml/yaml-lint.raku",
    "profiles/tomtit/tomtit-pl6-to-raku.raku",
    "profiles/code/search.raku",
    "profiles/go/go-build.raku",
    "profiles/go/go-format.raku",
    "profiles/go/proto.raku",
    "completion.sh"
  ],
  "source-type" : "git",
  "source-url" : "https://github.com/melezhik/tomtit",
  "support" : {
    "bugtracker" : "https://github.com/melezhik/tomtit/issues",
    "source" : "https://github.com/melezhik/tomtit.git"
  },
  "tags" : [ ],
  "test-depends" : [ ],
  "version" : "0.1.37"
}