[svn:languages] r92 - lolcode/trunk/plumage
fperrad at svn.parrot.org
fperrad at svn.parrot.org
Sun Nov 22 17:02:52 UTC 2009
Author: fperrad
Date: Sun Nov 22 17:02:51 2009
New Revision: 92
URL: https://trac.parrot.org/languages/changeset/92
Log:
[lolcode] add a Plumage description
Added:
lolcode/trunk/plumage/
lolcode/trunk/plumage/lolcode.json
Added: lolcode/trunk/plumage/lolcode.json
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ lolcode/trunk/plumage/lolcode.json Sun Nov 22 17:02:51 2009 (r92)
@@ -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 at 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"
+ }
+ }
+}
+
More information about the parrot-commits
mailing list