File: control

package info (click to toggle)
python-aiml 0.8.6-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch, wheezy
  • size: 232 kB
  • ctags: 152
  • sloc: python: 1,301; makefile: 9
file content (29 lines) | stat: -rw-r--r-- 1,124 bytes parent folder | download
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
Source: python-aiml
Section: python
Priority: optional
Maintainer: Debian OLPC <debian-olpc-devel@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>,
 Luke Faraone <lfaraone@debian.org>
Build-Depends: debhelper,
 dh-buildinfo,
 python (>= 2.6.5),
 cdbs (>= 0.4.97~),
 devscripts
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/git/collab-maint/python-aiml
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-aiml.git
Homepage: http://pyaiml.sf.net/

Package: python-aiml
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
Provides: ${python:Provides}
Description: Artificial Intelligence Markup Language interpreter for Python
 PyAIML is an interpreter for AIML, the Artificial Intelligence Markup
 Language, implemented as a 100% pure standard Python package. 
 .
 The package is fully compliant with the AIML 1.0.1 standard: no less,
 but also no more.  PyAIML's focus is (and will remain) bare-bones AIML
 interpreting. That means no support for obscure communication protocols,
 no advanced non-standard features, and no user interface to speak of.