File: control

package info (click to toggle)
refdb-client 1.18-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 276 kB
  • ctags: 100
  • sloc: perl: 2,351; xml: 1,065; makefile: 5
file content (19 lines) | stat: -rw-r--r-- 721 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: refdb-client
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Maintainer: Mathieu Malaterre <malat@debian.org>
Standards-Version: 3.9.3
Homepage: http://refdb.sf.net
Vcs-Svn: svn://svn.debian.org/collab-maint/deb-maint/refdb-client/trunk
Vcs-Browser: http://anonscm.debian.org/viewvc/collab-maint/deb-maint/refdb-client/trunk/

Package: librefdb-client-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: RefDB-Client module for perl
 Perl extension for talking to a RefDB server
 .
 RefDB::Client provides functions to talk to a refdbd process like the RefDB C
 clients do. This module isn't a wrapper for the C clients but uses native Perl
 code to talk to the server.