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: 4.1.1
Homepage: http://pynac.org
Build-Depends: debhelper (>= 10),
               libflint-dev,
               libgmp-dev,
               libntl-dev,
               libsingular4-dev (>= 1:4.1.0-p2),
               pkg-config,
               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: libpynac15
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: libpynac15 (= ${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.
