File: control

package info (click to toggle)
chemeq 3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 384 kB
  • sloc: cpp: 921; xml: 346; yacc: 336; python: 329; javascript: 120; perl: 118; makefile: 67; sh: 13
file content (30 lines) | stat: -rw-r--r-- 849 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: chemeq
Section: tex
Priority: optional
Maintainer: Georges Khaznadar <georgesk@debian.org>
Build-Depends: debhelper-compat (=13),
 flex,
 bison,
 libfl-dev,
 python3-bs4,
 python3-jinja2,
 python3-lxml,
 python3-cssmin,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/science-team/chemeq
Vcs-Git: https://salsa.debian.org/science-team/chemeq.git

Package: chemeq
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: texlive, wims
Description: Parser for chemical formula and equilibria
 chemeq is a basic standalone filter written in C language,
 flex and bison. It inputs strings like:
  2H2 + O2 ---> 2 H2O
 then it outputs LaTeX code and messages about the equilibrium of a
 chemical reaction.
 .
  example:~/src$ echo "2H2 + O2 ---> 2 H2O" | chemeq -lc
  2\,H_{2}\,+\,O_{2}\,\rightarrow\,2\,H_{2}O
  OK