File: control

package info (click to toggle)
mutatormath 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,784 kB
  • sloc: python: 2,580; makefile: 10
file content (30 lines) | stat: -rw-r--r-- 1,090 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
Source: mutatormath
Section: devel
Priority: optional
Maintainer: Debian Fonts Task Force <debian-fonts@lists.debian.org>
Uploaders: Yao Wei (魏銘廷) <mwei@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-fontmath (>= 0.4.8),
               python3-fonttools (>= 0.3.32),
               python3-defcon (>= 0.6.0),
               pandoc
Standards-Version: 4.5.0
Homepage: https://github.com/LettError/MutatorMath
Vcs-Git: https://salsa.debian.org/fonts-team/mutatormath.git
Vcs-Browser: https://salsa.debian.org/fonts-team/mutatormath

Package: python3-mutatormath
Section: python
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${python3:Depends}
Description: Library for piecewise linear interpolations in n-dimensions
 MutatorMath is a Python library for the calculation of piecewise
 linear interpolations in n-dimensions with any number of masters. It
 was developed for interpolating data related to fonts, but if can
 handle any arithmetic object.