Skip to content

Commit

Permalink
add a Plumage description
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Dec 7, 2009
1 parent 10dca74 commit e68c574
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions 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"
}
}
}

0 comments on commit e68c574

Please sign in to comment.