File: control

package info (click to toggle)
libchemistry-formula-perl 3.0.1-1.2
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 100 kB
  • ctags: 16
  • sloc: perl: 386; makefile: 49; sh: 17
file content (22 lines) | stat: -rw-r--r-- 937 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: libchemistry-formula-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7), libmodule-build-perl
Build-Depends-Indep: perl (>= 5.8.8), libchemistry-elements-perl,
	libregexp-common-perl, libreadonly-perl
Maintainer: Carlo Segre <segre@debian.org>
Standards-Version: 3.9.2
Homepage: http://cars9.uchicago.edu/~ravel/software/

Package: libchemistry-formula-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libchemistry-elements-perl,
	libregexp-common-perl, libreadonly-perl
Replaces: horae (<< 067)
Homepage: http://cars9.uchicago.edu/~ravel/software/
Description: enumerate elements in a chemical formula
 This module provides a function which parses a string containing a
 chemical formula and returns the number of each element in the string.
 It can handle nested parentheses and square brackets and correctly
 computes stoichiometry given numbers outside the (possibly nested)
 parentheses.