[svn:languages] r87 - bf/trunk/plumage

fperrad at svn.parrot.org fperrad at svn.parrot.org
Sun Nov 22 11:45:54 UTC 2009


Author: fperrad
Date: Sun Nov 22 11:45:54 2009
New Revision: 87
URL: https://trac.parrot.org/languages/changeset/87

Log:
[bf] add a Plumage description

Added:
   bf/trunk/plumage/
   bf/trunk/plumage/bf.json

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


More information about the parrot-commits mailing list