Package: libstring-crc32-perl Architecture: i386 Version: 1.5-1+b1 Priority: optional Section: perl Source: libstring-crc32-perl (1.5-1) Maintainer: Debian Perl Group Installed-Size: 82 Depends: perl (>= 5.20.0-4), perlapi-5.20.0, libc6 (>= 2.4) Filename: cool-solutions/i386/libstring-crc32-perl_1.5-1+b1_i386.deb Size: 11438 MD5sum: 28183fff8cc28337fe0887c4c2201fe5 SHA1: 446081a53bc0b82ff45e10293b558792e476dd1a SHA256: a3bc24f75dd1db2bf5d90a74047ec98fb369257f75259857985881fe1c529d6b SHA512: b426cc6ffacb7e968a67230a8b3a222dd297213e2740c692762faa75f776f5077cc11e0b0ecf9951968f3678114fd92a0ebd5666754d2184a355d388652bab46 Homepage: https://metacpan.org/release/String-CRC32/ Description: Perl interface for cyclic redundancy check generation The CRC32 module calculates CRC sums of 32 bit lengths. It generates the same CRC values as ZMODEM, PKZIP, PICCHECK and many others. . Despite its name, this module is able to compute the checksum of strings as well as of files. Package: libdbd-sqlite3-perl Architecture: i386 Version: 1.44-1 Priority: optional Section: perl Maintainer: Debian Perl Group Installed-Size: 369 Depends: perl (>= 5.20.1-1), perl-dbdabi-94, perlapi-5.20.1, libc6 (>= 2.4), libsqlite3-0 (>= 3.7.10) Filename: cool-solutions/i386/libdbd-sqlite3-perl_1.44-1_i386.deb Size: 159506 MD5sum: 73dad72cb824ffb637b00395fcba547b SHA1: c457885f14fa69c8faca7f5dd89bc05e0031c03c SHA256: d158f4e184e432b53f7416e191c5fcbb0825b353292dceb387fa9e6d785aae7a SHA512: e19c9bda5caa9b0d0817440f97e97ac7d604c6225363194321f4cd94d55ef5e2c7643f696d71fba747f4c5ae98240153c110197c6c11948c792a1dfe7c7d2557 Homepage: https://metacpan.org/release/DBD-SQLite Description: Perl DBI driver with a self-contained RDBMS DBD::SQLite is a Perl DBI driver with a self-contained relational database management system. It embeds a small and fast embedded SQL database engine called SQLite (see sqlite3) into a DBI driver. It is useful if you want a relational database for your project, but don't want to install a large RDBMS system like MySQL or PostgreSQL. . SQLite supports the following features: . * Implements a large subset of SQL92 () * A complete DB in a single disk file Everything for your database is stored in a single disk file, making it easier to move things around than with DBD::CSV. * Atomic commit and rollback . The engine is very fast, but for updates/inserts/dml it does perform a global lock on the entire database. This, obviously, might not be good for multiple user systems. The database also appears to be significantly faster if your transactions are coarse. Package: libgeo-ip-perl Architecture: i386 Version: 1.45-1 Priority: optional Section: perl Maintainer: Debian Perl Group Installed-Size: 291 Depends: perl (>= 5.20.1-1), perlapi-5.20.1, libc6 (>= 2.1.3), libgeoip1 Filename: cool-solutions/i386/libgeo-ip-perl_1.45-1_i386.deb Size: 76962 MD5sum: e470f736dfb95dcfa346b2432cf41ec6 SHA1: 0202526a9709eaaf3249b9eb55108d2c08ab9198 SHA256: 11eb6a26bfeaa1194e04945a8668b0a06a464b3013a2427caa93f4d9682b0656 SHA512: 8f993d2c8803e93b9d38d8275b29c22e146602c9c83ad5631264a627cfc5ea11411a8bfaab02f82db1e8120a8504162f0325c96042c58256e1ebf6a5edf62e01 Homepage: https://metacpan.org/release/Geo-IP Description: Perl interface to GeoIP library Geo::IP is a Perl external module which provides an interface to GeoIP library. . GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. It uses a file based database that simply contains IP blocks as keys, and countries as values. This database is managed by the GeoIP library package.