chemeq 3.6-1 source package in Ubuntu

Changelog

chemeq (3.6-1) unstable; urgency=medium

  * new upstream : use secure compile flags for gcc.

 -- Georges Khaznadar <email address hidden>  Fri, 14 Jul 2023 19:11:49 +0200

Upload details

Uploaded by:
Georges Khaznadar
Uploaded to:
Sid
Original maintainer:
Georges Khaznadar
Architectures:
any
Section:
tex
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe tex
Noble release universe tex
Mantic release universe tex

Downloads

File Size SHA-256 Checksum
chemeq_3.6-1.dsc 1.8 KiB d3aabba2520e2fb48c24758fbb971fac44788c49c8882cd67a29019718db09d2
chemeq_3.6.orig.tar.xz 71.1 KiB 5d9759a2eca668548f403e3e29a27ece52ca77d99ac2f5e80041b32d2890c87f
chemeq_3.6-1.debian.tar.xz 6.6 KiB d9df7baeb39319bd3324ad35b538ff5f3042aee6100433491c270949474e34a3

Available diffs

No changes file available.

Binary packages built by this source

chemeq: 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

chemeq-dbgsym: debug symbols for chemeq