[svn:languages] r90 - chitchat/trunk/plumage

fperrad at svn.parrot.org fperrad at svn.parrot.org
Sun Nov 22 16:12:07 UTC 2009


Author: fperrad
Date: Sun Nov 22 16:12:06 2009
New Revision: 90
URL: https://trac.parrot.org/languages/changeset/90

Log:
[chitchat] add a Plumage description

Added:
   chitchat/trunk/plumage/
   chitchat/trunk/plumage/chitchat.json

Added: chitchat/trunk/plumage/chitchat.json
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ chitchat/trunk/plumage/chitchat.json	Sun Nov 22 16:12:06 2009	(r90)
@@ -0,0 +1,52 @@
+{
+    "meta-spec"    : {
+        "version"  : 1,
+        "uri"      : "https://trac.parrot.org/parrot/wiki/ModuleEcosystem"
+    },
+    "general"      : {
+        "name"     : "chitchat",
+        "abstract" : "Chitchat",
+        "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"      : "Chitchat"
+    },
+    "instructions" : {
+        "fetch"    : {
+            "type" : "repository"
+        },
+        "build"    : {
+            "type" : "parrot_setup"
+        },
+        "test"     : {
+            "type" : "parrot_setup"
+        },
+        "install"  : {
+            "type" : "parrot_setup"
+        }
+    },
+    "dependency-info"  : {
+        "provides"     : ["chitchat"],
+        "requires"     : {
+            "fetch"    : ["svn"],
+            "build"    : [],
+            "test"     : ["perl5"],
+            "install"  : [],
+            "runtime"  : []
+        }
+    },
+    "resources"            : {
+        "repository"       : {
+             "type"        : "svn",
+             "checkout_uri": "https://svn.parrot.org/languages/chitchat/trunk",
+             "browser_uri" : "https://trac.parrot.org/languages/browser/chitchat",
+             "project_uri" : "https://trac.parrot.org/parrot/wiki/Languages"
+        }
+    }
+}
+


More information about the parrot-commits mailing list