File: control

package info (click to toggle)
flatlatex 0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 152 kB
  • sloc: python: 1,470; sh: 17; makefile: 6
file content (44 lines) | stat: -rw-r--r-- 1,607 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
Source: flatlatex
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Pierre-Elliott Bécue <peb@debian.org>
Homepage: https://github.com/jb-leger/flatlatex
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-pytest,
               python3-regex,
               python3-setuptools
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/python-team/packages/flatlatex.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/flatlatex

Package: python3-flatlatex
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: flatlatex
Description: Python3 LaTeX math converter to unicode text - library
 flatlatex is a basic converter from LaTeX math to human readable text
 math using unicode characters.
 .
 It allows one to inline small equations into emails or on instant messaging
 clients, thus allowing  to avoid sending a pdf while still being
 understandable.
 .
 This package provides the Python3 library.

Package: flatlatex
Architecture: all
Section: utils
Depends: python3-flatlatex, ${misc:Depends}, ${python3:Depends}
Description: Python3 LaTeX math converter to unicode text - binaries
 flatlatex is a basic converter from LaTeX math to human readable text
 math using unicode characters.
 .
 It allows one to inline small equations into emails or on instant messaging
 clients, thus allowing  to avoid sending a pdf while still being
 understandable.
 .
 This package provides an executable program that actually converts LaTeX maths
 to unicode.