53d8fdb2f73f196ae1981c792964bce7c92ba093
[gitmo/Moose.git] / doap.rdf
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/" />
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>
14          <foaf:nick>stevan</foaf:nick>
15   </foaf:Person>
16  </maintainer>
17
18  <developer>
19   <foaf:Person>
20      <foaf:name>Yuval Kogman</foaf:name>
21          <foaf:nick>nothingmuch</foaf:nick>
22   </foaf:Person>
23  </developer>
24
25  <developer>
26   <foaf:Person>
27      <foaf:name>Shawn Moore</foaf:name>
28          <foaf:nick>Sartak</foaf:nick>
29   </foaf:Person>
30  </developer>
31
32  <developer>
33   <foaf:Person>
34      <foaf:name>Dave Rolsky</foaf:name>
35          <foaf:nick>autarch</foaf:nick>
36   </foaf:Person>
37  </developer>
38
39
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