Skip to content

Commit

Permalink
[lolcode] add a Plumage description
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Nov 22, 2009
1 parent 6870c5e commit 7158355
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions plumage/lolcode.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"meta-spec" : {
"version" : 1,
"uri" : "https://trac.parrot.org/parrot/wiki/ModuleEcosystem"
},
"general" : {
"name" : "lolcode",
"abstract" : "Lolcode",
"authority": "AUTHORITY",
"version" : "HEAD",
"license" : {
"type" : "Artistic License 2.0",
"uri" : "http://www.perlfoundation.org/artistic_license_2_0"
},
"copyright_holder" : "Parrot Foundation",
"generated_by" : "Francois Perrad <francois.perrad@gadz.org>",
"keywords" : [],
"description" : "Lolcode"
},
"instructions" : {
"fetch" : {
"type" : "repository"
},
"build" : {
"type" : "parrot_setup"
},
"test" : {
"type" : "parrot_setup"
},
"install" : {
"type" : "parrot_setup"
}
},
"dependency-info" : {
"provides" : ["lolcode"],
"requires" : {
"fetch" : ["svn"],
"build" : [],
"test" : ["perl5"],
"install" : [],
"runtime" : []
}
},
"resources" : {
"repository" : {
"type" : "svn",
"checkout_uri": "https://svn.parrot.org/languages/lolcode/trunk",
"browser_uri" : "https://trac.parrot.org/languages/browser/lolcode",
"project_uri" : "https://trac.parrot.org/parrot/wiki/Languages"
}
}
}

0 comments on commit 7158355

Please sign in to comment.