I have heard that I should attach a doap. Here it is ;)



--
Cordialement,
Emmanuel Lécharny
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl"?>
<rdf:RDF xml:lang="en"
         xmlns="http://usefulinc.com/ns/doap#"; 
         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
         xmlns:asfext="http://projects.apache.org/ns/asfext#";
         xmlns:foaf="http://xmlns.com/foaf/0.1/";>
<!--
  =======================================================================

   Copyright (c) 2006 The Apache Software Foundation.  
   All rights reserved.

  =======================================================================
-->
  <Project rdf:about="http://labs.apache.org/labs.html";>
    <created>2006-11-25</created>
    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"; />
    <name>Apache Dungeon</name>
    <homepage rdf:resource="http://labs.apache.org/labs.html"; />
    <asfext:pmc rdf:resource="http://labs.apache.org"; />

    <shortdesc>Yet Another Compiler Compiler</shortdesc>
    <description>Yet another compiler compiler, associated tools and sample
       grammar implementations. The meta-grammar is based on BNF and the
       first grammar implementation is planned to be for ASN.1.</description>
    <bug-database rdf:resource="https://issues.apache.org/jira/browse/LABS"; />
    <mailing-list rdf:resource="http://labs.apache.org/mail.html"; />
    <programming-language>Java</programming-language>
    <category rdf:resource="http://projects.apache.org/category/library"; />
    <repository>

      <SVNRepository>
        <location rdf:resource="http://svn.apache.org/repos/asf/labs/dungeon"/>
      </SVNRepository>
    </repository>
    <maintainer>
      <foaf:Person>
        <foaf:name>Emmanuel Lécharny</foaf:name>
          <foaf:mbox rdf:resource="mailto:[EMAIL PROTECTED]"/>

      </foaf:Person>
    </maintainer>
  </Project>
</rdf:RDF>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to