File: control

package info (click to toggle)
libnet-iptrie-perl 0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 112 kB
  • ctags: 20
  • sloc: perl: 200; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,115 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
Source: libnet-iptrie-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Carlos Vicente <cvicente@cpan.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
	       perl (>= 5.11.3) | libmodule-build-perl (>= 0.360000),
Build-Depends-Indep: libnetaddr-ip-perl,
                     perl (>= 5.11.3) | libscalar-list-utils-perl,
		     perl
Standards-Version: 3.9.2
Vcs-Browser: http://git.debian.org/git/pkg-perl/packages/libnet-iptrie-perl.git
Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libnet-iptrie-perl.git
Homepage: http://search.cpan.org/dist/Net-IPTrie/

Package: libnet-iptrie-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libnetaddr-ip-perl,
         perl (>= 5.11.3) | libscalar-list-utils-perl
Description: Perl module for building IPv4 and IPv6 address space hierarchies
 Net::IPTrie uses a radix tree (or trie) to quickly build the hierarchy of a
 given address space (both IPv4 and IPv6). This allows the user to perform 
 fast subnet or routing lookups. It is implemented exclusively in Perl.