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: pynac
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Julien Puydt <julien.puydt@laposte.net>
Section: math
Priority: optional
Standards-Version: 3.9.8
Homepage: http://pynac.org
Build-Depends: debhelper (>= 10), libgmp-dev, python-dev
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/pynac.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/pynac.git
Package: libpynac2
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
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: libpynac2 (= ${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.
|