From e68c574ddc2126d2aa3f79478629a9b0c4fb0038 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Tue, 8 Dec 2009 00:14:22 +0100 Subject: [PATCH] add a Plumage description --- plumage/cardinal.json | 52 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 plumage/cardinal.json diff --git a/plumage/cardinal.json b/plumage/cardinal.json new file mode 100644 index 0000000..d0b7f33 --- /dev/null +++ b/plumage/cardinal.json @@ -0,0 +1,52 @@ +{ + "meta-spec" : { + "version" : 1, + "uri" : "https://trac.parrot.org/parrot/wiki/ModuleEcosystem" + }, + "general" : { + "name" : "cardinal", + "abstract" : "Cardinal - Ruby compiler for Parrot", + "authority": "http://github.com/cardinal", + "version" : "HEAD", + "license" : { + "type" : "Artistic License 2.0", + "uri" : "http://www.perlfoundation.org/artistic_license_2_0" + }, + "copyright_holder" : "Parrot Foundation", + "generated_by" : "distutils", + "keywords" : ["ruby"], + "description" : "Cardinal is a Ruby compiler for Parrot." + }, + "instructions" : { + "fetch" : { + "type" : "repository" + }, + "build" : { + "type" : "parrot_setup" + }, + "test" : { + "type" : "parrot_setup" + }, + "install" : { + "type" : "parrot_setup" + } + }, + "dependency-info" : { + "provides" : ["cardinal"], + "requires" : { + "fetch" : ["git"], + "build" : [], + "test" : ["perl5"], + "install" : [], + "runtime" : [] + } + }, + "resources" : { + "repository" : { + "type" : "git", + "checkout_uri": "git://github.com/cardinal/cardinal.git", + "browser_uri" : "http://github.com/cardinal/cardinal", + "project_uri" : "http://github.com/cardinal/cardinal" + } + } +}