File: control

package info (click to toggle)
chemeq 2.19-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 260 kB
  • sloc: cpp: 1,030; xml: 325; yacc: 314; perl: 118; makefile: 62; sh: 12
file content (24 lines) | stat: -rw-r--r-- 790 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: chemeq
Section: tex
Priority: optional
Maintainer: Georges Khaznadar <georgesk@debian.org>
Build-Depends: flex (>= 2.5.31), bison, debhelper (>= 11),
 libfl-dev
Standards-Version: 4.2.1
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