[svn:languages] r96 - pheme/trunk/plumage

fperrad at svn.parrot.org fperrad at svn.parrot.org
Sun Nov 22 17:39:32 UTC 2009


Author: fperrad
Date: Sun Nov 22 17:39:30 2009
New Revision: 96
URL: https://trac.parrot.org/languages/changeset/96

Log:
[pheme] add a Plumage description

Added:
   pheme/trunk/plumage/
   pheme/trunk/plumage/pheme.json

Added: pheme/trunk/plumage/pheme.json
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ pheme/trunk/plumage/pheme.json	Sun Nov 22 17:39:30 2009	(r96)
@@ -0,0 +1,52 @@
+{
+    "meta-spec"    : {
+        "version"  : 1,
+        "uri"      : "https://trac.parrot.org/parrot/wiki/ModuleEcosystem"
+    },
+    "general"      : {
+        "name"     : "pheme",
+        "abstract" : "Yet Another Scheme",
+        "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"      : "Pheme is a Parrot-based implementation of Scheme."
+    },
+    "instructions" : {
+        "fetch"    : {
+            "type" : "repository"
+        },
+        "build"    : {
+            "type" : "parrot_setup"
+        },
+        "test"     : {
+            "type" : "parrot_setup"
+        },
+        "install"  : {
+            "type" : "parrot_setup"
+        }
+    },
+    "dependency-info"  : {
+        "provides"     : ["pheme"],
+        "requires"     : {
+            "fetch"    : ["svn"],
+            "build"    : [],
+            "test"     : ["perl5"],
+            "install"  : [],
+            "runtime"  : []
+        }
+    },
+    "resources"            : {
+        "repository"       : {
+             "type"        : "svn",
+             "checkout_uri": "https://svn.parrot.org/languages/pheme/trunk",
+             "browser_uri" : "https://trac.parrot.org/languages/browser/pheme",
+             "project_uri" : "https://trac.parrot.org/parrot/wiki/Languages"
+        }
+    }
+}
+


More information about the parrot-commits mailing list