File: control

package info (click to toggle)
libmongodb-perl 1.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,004 kB
  • ctags: 2,932
  • sloc: perl: 12,511; ansic: 9,566; makefile: 22
file content (62 lines) | stat: -rw-r--r-- 2,384 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Source: libmongodb-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Stefan Hornburg (Racke) <racke@linuxia.de>,
           Dominic Hargreaves <dom@earth.li>,
           gregor herrmann <gregoa@debian.org>,
           Harlan Lieberman-Berg <hlieberman@setec.io>,
           Dominique Dumont <dod@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~),
               libauthen-scram-perl,
               libboolean-perl,
               libclass-method-modifiers-perl,
               libclass-xsaccessor-perl,
               libconfig-autoconf-perl (>= 0.22),
               libdatetime-perl (>= 2:0.7800),
               libdatetime-tiny-perl,
               libjson-maybexs-perl,
               libmoo-perl (>= 2),
               libnamespace-clean-perl,
               libpath-tiny-perl,
               libsafe-isa-perl,
               libtest-deep-perl (>= 0.111),
               libtest-fatal-perl,
               libtie-ixhash-perl,
               libtry-tiny-perl,
               libtype-tiny-perl,
               libtype-tiny-xs-perl,
               mongodb-server [i386 amd64],
               net-tools,
               perl (>= 5.21.5) | libjson-pp-perl (>= 2.27300),
               perl,
               procps
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmongodb-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmongodb-perl.git
Homepage: https://metacpan.org/release/MongoDB

Package: libmongodb-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         libauthen-scram-perl,
         libboolean-perl,
         libclass-xsaccessor-perl,
         libdatetime-perl (>= 2:0.7800),
         libmoo-perl (>= 2),
         libnamespace-clean-perl,
         libsafe-isa-perl,
         libtie-ixhash-perl,
         libtry-tiny-perl,
         libtype-tiny-perl,
         libtype-tiny-xs-perl
Recommends: libio-socket-ssl-perl,
            libnet-ssleay-perl (>= 1.49),
            perl (>= 5.19.8) | libio-socket-ip-perl (>= 0.25),
            perl (>= 5.21.5) | libjson-pp-perl (>= 2.27300)
Description: Mongo Driver for Perl
 MongoDB is a high-performance, open source, schema-free document-oriented
 data store. The MongoDB module provides an interface to easily access
 it from Perl.