File: control

package info (click to toggle)
pyke 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,196 kB
  • ctags: 1,159
  • sloc: python: 12,866; sh: 446; xml: 203; sql: 39; makefile: 5
file content (38 lines) | stat: -rw-r--r-- 1,476 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
30
31
32
33
34
35
36
37
38
Source: pyke
Section: python
Priority: optional
Maintainer: Chris Lamb <lamby@debian.org>
Build-Depends: debhelper (>= 7.0.50~)
Build-Depends-Indep: python-support, python-setuptools
Standards-Version: 3.9.1
Vcs-Git: git://git.chris-lamb.co.uk/debian/pkg-pyke.git
Vcs-Browser: http://git.chris-lamb.co.uk/?p=debian/pkg-pyke.git
Homepage: http://pyke.sourceforge.net/

Package: python-pyke
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Breaks: pyke (<= 0.5-1)
Suggests: python-wxgtk2.6 | python-wxgtk2.8
Description: Prolog-inspired Python logic programming toolkit
 Pyke introduces a form of Logic Programming (inspired by Prolog) to Python by
 providing a knowledge-based inference engine (or "expert system").
 .
 Unlike Prolog, Pyke integrates with Python code allowing one to invoke Pyke
 from Python and intermingle Python statements and expressions within your
 expert system rules.

Package: python-pyke-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Breaks: pyke-doc (<= 0.5-1)
Description: Prolog-inspired Python logic programming toolkit (documentation)
 Pyke introduces a form of Logic Programming (inspired by Prolog) to Python by
 providing a knowledge-based inference engine (or "expert system").
 .
 Unlike Prolog, Pyke integrates with Python code allowing one to invoke Pyke
 from Python and intermingle Python statements and expressions within your
 expert system rules.
 .
 This package contains the HTML documentation for Pyke.