Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
add xml.json (Plumage)
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Nov 6, 2009
1 parent 685bb8d commit af5db76
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions plumage/xml.json
@@ -0,0 +1,56 @@
{
"meta-spec" : {
"version" : 1,
"uri" : "https://trac.parrot.org/parrot/wiki/ModuleEcosystem"
},
"general" : {
"name" : "xml",
"abstract" : "XML on Parrot",
"authority": "http://github.com/fperrad",
"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@gadz.org>",
"keywords" : ["xml"],
"description" : "some toys: a SAX like parser & a simple handler XmlWriter"
},
"instructions" : {
"fetch" : {
"type" : "repository"
},
"configure": {
"type" : "parrot_configure"
},
"build" : {
"type" : "make"
},
"test" : {
"type" : "make"
},
"install" : {
"type" : "make"
}
},
"dependency-info" : {
"provides" : ["Xml;Sax;Xml", "Xml;Handler;XmlWriter"],
"requires" : {
"fetch" : ["git"],
"configure": [],
"build" : ["perl5", "make"],
"test" : ["perl5", "make"],
"install" : ["perl5", "make"],
"runtime" : []
}
},
"resources" : {
"repository" : {
"type" : "git",
"checkout_uri": "git://github.com/fperrad/xml.git",
"browser_uri" : "http://github.com/fperrad/xml",
"project_uri" : "http://github.com/fperrad/xml"
}
}
}

0 comments on commit af5db76

Please sign in to comment.