File: control

package info (click to toggle)
libdr-tarantool-perl 0.15-1%2Bdeb70u1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 308 kB
  • sloc: perl: 2,901; makefile: 21
file content (29 lines) | stat: -rw-r--r-- 835 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
Source: libdr-tarantool-perl
Section: perl
Homepage: http://search.cpan.org/dist/DR-Tarantool/
Maintainer: Dmitry E. Oboukhov <unera@debian.org>
Build-Depends: debhelper (>= 7), cdbs,
 libanyevent-perl,
 libtarantool-dev,
 libdevel-globaldestruction-perl,
 libjson-xs-perl,
 tarantool,
 aspell-en,
 libtest-spelling-perl
Standards-Version: 3.9.2
Priority: extra
VCS-Browser: https://github.com/unera/dr-tarantool

Package: libdr-tarantool-perl
Depends: ${perl:Depends}, ${misc:Depends}, ${shlibs:Depends},
 libanyevent-perl,
 libjson-xs-perl,
 libdevel-globaldestruction-perl
Recommends: libcoro-perl
Architecture: any
Suggests: tarantool
Description: perl driver for Tarantool
 The package contains sync and async drivers for tarantool database.
 .
 The driver uses libtarantool* libraries for making requests and
 parsing responses.