File: control

package info (click to toggle)
fpylll 0.2.3%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 648 kB
  • ctags: 527
  • sloc: python: 818; makefile: 18
file content (52 lines) | stat: -rw-r--r-- 1,876 bytes parent folder | download | duplicates (2)
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
51
52
Source: fpylll
Section: python
Priority: optional
Maintainer: Jerome Benoit <calculus@rezozer.net>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: cython (>= 0.24),
               debhelper (>= 10),
               dh-python,
               dpkg-dev (>= 1.17.14),
               libfplll-dev (>= 5.0.3),
               libgmp-dev,
               libmpfr-dev,
               libpython-dev,
               pkg-config,
               python-all,
               python-cysignals-bare | python-cysignals,
               python-flake8,
               python-numpy,
               python-pytest,
               python-setuptools
Build-Depends-Indep: python-docutils
Standards-Version: 3.9.8
X-Python-Version: >= 2.7
Homepage: https://github.com/fplll/fpylll
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/fpylll.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/fpylll.git

Package: python-fpylll
Architecture: any
Multi-Arch: same
Depends: python-cysignals-bare | python-cysignals,
         python-numpy,
         ${misc:Depends},
         ${python:Depends},
         ${shlibs:Depends}
Suggests: python-fpylll-doc (= ${source:Version})
Description: Python wrapper for LLL-reduction of Euclidean lattices -- Python
 fpylll is a Python library for performing lattice reduction on lattices over
 the Integers; it is based on the fpLLL C++ library.
 .
 This package installs the library for Python 2.

Package: python-fpylll-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Enhances: python-fpylll (= ${source:Version})
Description: Python wrapper for LLL-reduction of Euclidean lattices -- doc
 fpylll is a Python library for performing lattice reduction on lattices over
 the Integers; it is based on the fpLLL C++ library.
 .
 This is the common documentation package with examples.