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 48 49 50
|
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 (>= 7.0.50~),
dh-python,
python-all-dev (>= 2.6.6-3~),
python-setuptools (>= 0.6b3),
python-egenix-mxdatetime,
python-nose
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/simpleparse.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/simpleparse.git
Standards-Version: 3.9.8
Homepage: http://simpleparse.sourceforge.net/
Package: python-simpleparse
Architecture: all
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-simpleparse-mxtexttools (>= ${binary:Version})
Suggests: python-simpleparse-doc
Description: 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
Depends: ${misc:Depends}
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}, ${misc:Depends}
Provides: ${python:Provides}
Description: 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.
|