<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>LSystem</name>
<shortdesc>A Lindenmayer system explorer module</shortdesc>
<description>A simple implementation of Lindenmayer systems (also called
    L-systems, substitution systems) is provided.  In basic form, a
    Lindenmayer system consists of a starting string of symbols from
    an alphabet, and has repeated transitions applied to it, specified
    by a list of transition search-and-replace rules.

    In addition to the standard formulation, two alternative
    implementations are included: sequential systems, in which at most
    one rule is applied; and tag systems, in which the transition only
    takes place at the beginning and end of the string.</description>
<download-page>http://www.alcyone.com/software/lsystem/lsystem-latest.tar.gz</download-page>
<homepage rdf:resource="http://www.alcyone.com/software/lsystem/" />
<maintainer><foaf:Person><foaf:name>Erik Max Francis</foaf:name>
</foaf:Person></maintainer>
<release><Version><revision>1.0</revision></Version></release>
</Project></rdf:RDF>