File: control

package info (click to toggle)
pynac 0.7.27-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,988 kB
  • sloc: cpp: 32,201; makefile: 57; sh: 6
file content (47 lines) | stat: -rw-r--r-- 1,706 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
Source: pynac
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: math
Priority: optional
Standards-Version: 4.5.1
Homepage: http://pynac.org
Build-Depends: debhelper-compat (= 13),
               libflint-dev,
               libgmp-dev,
               libntl-dev,
               libsingular4-dev (>= 1:4.1.1-p2+ds-3),
               pkg-config,
               python3-dev
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/science-team/pynac.git
Vcs-Browser: https://salsa.debian.org/science-team/pynac

Package: libpynac18py3
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Breaks: libpynac18 (<= 0.7.26-1)
Replaces: libpynac18 (<= 0.7.26-1)
Description: Engine for symbolic geometric calculus for Python
 Pynac (which stands for "Python is Not a CAS") is a fork of GiNaC that
 replaces the dependency of GiNaC on CLN (Class Library for Numbers, C++) by
 a dependency on Python.
 .
 This is the library for symbolic geometric calculus in Python,
 as used in SAGE (http://www.sagemath.org)

Package: libpynac-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libpynac18py3 (= ${binary:Version}), ${misc:Depends}
Description: Engine for symbolic geometric calculus for Python (development files)
 Pynac (which stands for "Python is Not a CAS") is a fork of GiNaC that
 replaces the dependency of GiNaC on CLN (Class Library for Numbers, C++) by
 a dependency on Python.
 .
 This is the library for symbolic geometric calculus in Python,
 as used in SAGE (http://www.sagemath.org)
 .
 This package contains the development files for the library.