Skip to content

Commit

Permalink
Add META.info.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Mar 27, 2016
1 parent 28b611f commit dff5cfb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions META.info
@@ -0,0 +1,19 @@
{
"name" : "Docker::File",
"tags" : [ "docker", "dockerfile" ],
"author" : "Jonathan Worthington <jnthn@jnthn.net>",
"auth" : "github:jnthn",
"support" : {
"source" : "git://github.com/jnthn/p6-docker-file.git"
},
"source-url" : "git://github.com/jnthn/p6-docker-file.git",
"perl" : "6.c",
"build-depends" : [ ],
"provides" : {
"Docker::File" : "lib/Docker/File.pm6"
},
"depends" : [ ],
"test-depends" : [ ],
"description" : "Parsing and generation of Dockerfiles.",
"version" : "1.0"
}

0 comments on commit dff5cfb

Please sign in to comment.