<?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>PyChurch</name>
<shortdesc>A simple but full-featured module for exploring lambda calculus</shortdesc>
<description>This module allows simple experimentation with the lambda
    calculus, first developed by Church.  It understands the different
    types of lambda expressions, can extract lists of variables (both
    free and bound) and subterms, and can simplify complicated by
    expression by means of application.</description>
<download-page>http://www.alcyone.com/software/church/church-latest.tar.gz</download-page>
<homepage rdf:resource="http://www.alcyone.com/software/church/" />
<maintainer><foaf:Person><foaf:name>Erik Max Francis</foaf:name>
</foaf:Person></maintainer>
<release><Version><revision>1.0a</revision></Version></release>
</Project></rdf:RDF>