1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: python-clips
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Section: python
Priority: optional
Build-Depends: debhelper (>= 10),
python-all-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/python-clips/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/python-clips/trunk/
Homepage: http://sourceforge.net/projects/pyclips/
Package: python-clips
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends}
Provides: ${python:Provides}
Description: Python module to interface the CLIPS expert system shell library
CLIPS is an expert system shell / inference engine written by NASA
(see Debian package clips).
.
pyclips are the Python bindings to that engine.
|