File: control

package info (click to toggle)
libchemistry-formula-perl 3.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 108 kB
  • sloc: perl: 386; sh: 17; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,219 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
Source: libchemistry-formula-perl
Standards-Version: 4.7.2
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Carlo Segre <segre@debian.org>,
 Andreas Tille <tille@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 libmodule-build-perl,
Build-Depends-Indep:
 perl,
 libchemistry-elements-perl,
 libregexp-common-perl,
 libreadonly-perl,
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libchemistry-formula-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libchemistry-formula-perl.git
Homepage: https://bruceravel.github.io/demeter/pods/Chemistry/Formula.pm.html

Package: libchemistry-formula-perl
Architecture: all
Depends:
 ${perl:Depends},
 ${misc:Depends},
 libchemistry-elements-perl,
 libregexp-common-perl,
 libreadonly-perl,
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.