1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
Source: simpleparse
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Vincent Bernat <bernat@debian.org>
Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-all-dev (>= 2.3.5-11), python-support (>= 0.6.4), python-setuptools (>= 0.6b3), quilt, patchutils (>= 0.2.25)
Vcs-Svn: svn://svn.debian.org/python-modules/packages/simpleparse/trunk
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/simpleparse/trunk/?op=log
Standards-Version: 3.8.0
Homepage: http://simpleparse.sourceforge.net/
Package: python-simpleparse
Architecture: all
Depends: ${python:Depends}, ${shlibs:Depends}
Python-Depends: python-simpleparse-mxtexttools (>= ${binary:Version})
Suggests: python-simpleparse-doc
XB-Python-Version: ${python:Versions}
Description: A simple parser generator for Python
SimpleParse is a BSD-licensed Python package providing a simple parser
generator for use with the mxTextTools text-tagging engine. SimpleParse
allows you to generate tagging tables for use with the text-tagging
engine directly from your EBNF grammar.
Package: python-simpleparse-doc
Architecture: all
Section: doc
Description: Documentation for simpleparse, a simple parser generator for Python
SimpleParse is a BSD-licensed Python package providing a simple parser
generator for use with the mxTextTools text-tagging engine. SimpleParse
allows you to generate tagging tables for use with the text-tagging
engine directly from your EBNF grammar.
.
This package contains documentation and examples.
Package: python-simpleparse-mxtexttools
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: A simple parser generator for Python - architecture dependent files
SimpleParse is a BSD-licensed Python package providing a simple parser
generator for use with the mxTextTools text-tagging engine. SimpleParse
allows you to generate tagging tables for use with the text-tagging
engine directly from your EBNF grammar.
.
This package contains a version of mxTextTools modified for
SimpleParse.
|