summaryrefslogtreecommitdiff
path: root/debian/control
blob: 90fa13cf13c1fb03c85d5a60e158638fab7288ca (plain)
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: libchemistry-elements-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Damyan Ivanov <dmn@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libchemistry-elements-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libchemistry-elements-perl.git
Homepage: https://metacpan.org/release/Chemistry-Elements
Rules-Requires-Root: no

Package: libchemistry-elements-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Multi-Arch: foreign
Description: Perl extension for working with Chemical Elements
 Chemistry::Elements provides an easy, object-oriented way to
 keep track of your chemical data.  Using either the atomic
 number, chemical symbol, or element name you can construct
 an Element object.  Once you have an element object, you can
 associate your data with the object by making up your own
 methods, which the AUTOLOAD function handles.  Since each
 chemist is likely to want to use his or her own data, or
 data for some unforesee-able property, this module does not
 try to be a repository for chemical data.