<?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>FSA</name>
<shortdesc>Finite State Automaton library</shortdesc>
<description>This package contains functions for manipulating Finite-State Automata (FSAs). 
It includes functions for minimizing and determinizing FSAs, computing FSA
intersections and unions, compiling a (non-POSIX) regular expression into an
FSA, and compiling a set of regular expression productions into a chart parser.</description>
<download-page>http://osteele.com/sources/FSA-1.0.zip</download-page>
<homepage rdf:resource="http://osteele.com/software/pyfsa/" />
<maintainer><foaf:Person><foaf:name>Oliver Steele</foaf:name>
<foaf:mbox_sha1sum>792af2df539fa30de827cf0c3c2ab4d10b6d630b</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.0</revision></Version></release>
</Project></rdf:RDF>