File: control

package info (click to toggle)
logilab-constraint 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 376 kB
  • sloc: python: 2,762; xml: 165; makefile: 19
file content (34 lines) | stat: -rw-r--r-- 1,634 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
Source: logilab-constraint
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends-Indep: dh-python, python-all, python3-all, python-setuptools, python3-setuptools
Build-Depends: debhelper (>= 11)
XS-Python-Version: all
Standards-Version: 4.3.0
Homepage: http://www.logilab.org/project/logilab-constraint
Vcs-Git: https://salsa.debian.org/python-team/modules/logilab-constraint.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/logilab-constraint

Package: python-logilab-constraint
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.63.2)
Description: constraints satisfaction solver in Python
 Extensible constraint satisfaction problem solver written in pure
 Python, using constraint propagation algorithms. The
 logilab.constraint module provides finite domains with arbitrary
 values, finite interval domains, and constraints which can be applied
 to variables linked to these domains.

Package: python3-logilab-constraint
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-logilab-common (>= 0.63.2)
Description: constraints satisfaction solver in Python - Python 3
 Extensible constraint satisfaction problem solver written in pure
 Python, using constraint propagation algorithms. The
 logilab.constraint module provides finite domains with arbitrary
 values, finite interval domains, and constraints which can be applied
 to variables linked to these domains.
 .
 This package contains the Python 3 package for logilab.contraint .