File: control

package info (click to toggle)
pymbolic 2022.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 728 kB
  • sloc: python: 9,724; makefile: 140
file content (28 lines) | stat: -rw-r--r-- 1,005 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
Source: pymbolic
Section: python
Priority: optional
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Uploaders: Debian Python team <team+python@tracker.debian.org>
Build-Depends: debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all-dev,
 python3-setuptools,
 python3-numpy,
 python3-pytest
Standards-Version: 4.6.2
Homepage:  https://pypi.python.org/pypi/pymbolic
Vcs-Browser: https://salsa.debian.org/mckinstry/pymbolcc.git
Vcs-Git: https://salsa.debian.org/mckinstry/pymbolic.git -b debian/latest

Package: python3-pymbolic
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, python3-numpy
Description: Expression tree and symbolic manipulation library
 Pymbolic is a small expression tree and symbolic manipulation library. Two
 things set it apart from other libraries of its kind:
 .
 * Users can easily write their own symbolic operations, simply by deriving
  from the builtin visitor classes.
 * Users can easily add their own symbolic entities to do calculations
  with.