File: control

package info (click to toggle)
libmongodb-perl 0.705.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,176 kB
  • ctags: 3,058
  • sloc: ansic: 13,626; perl: 5,471; makefile: 21
file content (57 lines) | stat: -rw-r--r-- 2,150 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
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 <H.LiebermanBerg@gmail.com>,
           Dominique Dumont <dod@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~),
               libboolean-perl,
               libclass-method-modifiers-perl,
               libconfig-autoconf-perl (>= 0.22),
               libdata-types-perl,
               libdatetime-perl (>= 2:0.7800),
               libdatetime-tiny-perl,
               libfile-slurp-perl,
               libjson-perl,
               libmoose-perl,
               libnamespace-clean-perl,
               libpath-tiny-perl,
               libsafe-isa-perl,
               libsyntax-keyword-junction-perl,
               libtest-deep-perl (>= 0.111),
               libtest-fatal-perl,
               libtest-warn-perl,
               libthrowable-perl,
               libtie-ixhash-perl,
               libtry-tiny-perl,
               mongodb-server [i386 amd64],
               net-tools,
               perl,
               perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
               procps
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmongodb-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmongodb-perl.git
Homepage: https://metacpan.org/release/MongoDB

Package: libmongodb-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         libboolean-perl,
         libdatetime-perl (>= 2:0.7800),
         libmoose-perl,
         libnamespace-clean-perl,
         libsafe-isa-perl,
         libsyntax-keyword-junction-perl,
         libthrowable-perl,
         libtie-ixhash-perl,
         libtry-tiny-perl
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.