File: control

package info (click to toggle)
fpylll 0.5.2%2Bds1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 972 kB
  • sloc: python: 1,906; cpp: 48; makefile: 16; ansic: 5
file content (62 lines) | stat: -rw-r--r-- 1,741 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Source: fpylll
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@alioth-lists.debian.net>
Uploaders:
 Jerome Benoit <calculus@rezozer.net>,
 Ximin Luo <infinity0@debian.org>,
 Julien Puydt <jpuydt@debian.org>,
Build-Depends:
 cython3 (>= 0.26),
 debhelper-compat (= 13),
 dh-python,
 libfplll-dev (>= 5.3.0),
 libgmp-dev,
 libmpfr-dev,
 libpari-dev,
 pkg-config,
 python3-all-dev,
 python3-cysignals-bare | python3-cysignals,
 python3-flake8,
 python3-numpy,
 python3-pytest,
 python3-setuptools,
Build-Depends-Indep:
 python3-docutils,
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://github.com/fplll/fpylll
Vcs-Git: https://salsa.debian.org/python-team/packages/fpylll.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/fpylll

Package: python3-fpylll
Architecture: any
Depends:
 python3-cysignals-bare | python3-cysignals,
 python3-numpy,
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Suggests:
 python-fpylll-doc (= ${source:Version}),
Breaks:
 sagemath (<< 8.1~),
Description: Python wrapper for LLL-reduction of Euclidean lattices -- Python 3
 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 3.

Package: python-fpylll-doc
Multi-Arch: foreign
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.