Merge branch 'master' of gitmo@jules.scsys.co.uk:Moose
[gitmo/Moose.git] / doap.rdf
CommitLineData
85cae3d1 1<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:admin="http://webns.net/mvcb/">
2 <name>Moose</name>
3 <shortname>Moose</shortname>
4 <shortdesc>Moose is a postmodern object system for Perl5.</shortdesc>
5 <description>Moose is a postmodern object system for Perl 5 that takes the tedium out of writing object-oriented Perl. It borrows all the best features from Perl 6, CLOS (LISP), Smalltalk, Java, BETA, OCaml, Ruby and more, while still keeping true to its Perl 5 roots. </description>
6 <homepage rdf:resource="http://www.iinteractive.com/moose/" />
7 <download-page rdf:resource="http://search.cpan.org/~stevan/Moose/" />
85cae3d1 8 <bug-database rdf:resource="http://rt.cpan.org/Public/Dist/Display.html?Name=Moose" />
9 <programming-language>Perl</programming-language>
10 <license rdf:resource="http://usefulinc.com/doap/licenses/artistic" />
11 <maintainer>
12 <foaf:Person>
13 <foaf:name>Stevan Little</foaf:name>
a2e3cf18 14 <foaf:nick>stevan</foaf:nick>
85cae3d1 15 </foaf:Person>
16 </maintainer>
17
46256fd5 18 <maintainer>
85cae3d1 19 <foaf:Person>
a2e3cf18 20 <foaf:name>Yuval Kogman</foaf:name>
21 <foaf:nick>nothingmuch</foaf:nick>
85cae3d1 22 </foaf:Person>
46256fd5 23 </maintainer>
a2e3cf18 24
46256fd5 25 <maintainer>
a2e3cf18 26 <foaf:Person>
27 <foaf:name>Shawn Moore</foaf:name>
28 <foaf:nick>Sartak</foaf:nick>
29 </foaf:Person>
46256fd5 30 </maintainer>
a2e3cf18 31
46256fd5 32 <maintainer>
a2e3cf18 33 <foaf:Person>
34 <foaf:name>Dave Rolsky</foaf:name>
35 <foaf:nick>autarch</foaf:nick>
36 </foaf:Person>
46256fd5 37 </maintainer>
a2e3cf18 38
39
85cae3d1 40 <repository>
41 <SVNRepository>
42 <browse rdf:resource='http://code2.0beta.co.uk/moose/svnweb/index.cgi/moose' />
43
44 <location rdf:resource='http://code2.0beta.co.uk/moose/svn/Moose/' />
45 </SVNRepository>
46 </repository>
47</Project>
48