Package: libstring-crc32-perl Architecture: amd64 Version: 1.5-1+b1 Priority: optional Section: perl Source: libstring-crc32-perl (1.5-1) Maintainer: Debian Perl Group Installed-Size: 83 Depends: perl (>= 5.20.0-4), perlapi-5.20.0, libc6 (>= 2.4) Filename: cool-solutions/amd64/libstring-crc32-perl_1.5-1+b1_amd64.deb Size: 11222 MD5sum: fdd0a9da6af08bb52bb86cf42927a266 SHA1: cb11584c371dba551d0bc313702e8a4bbbd9444d SHA256: c3b96235d91a6fbe2a450552f0966c9f2fae52afcfa29eb7dbc9ad379b49e707 SHA512: b7c0da94a82b5875d40329bb42556bcab69900512bcd0049b138c076dc8fffd5567ce3993adf993f366e06e6a9d3a11d47b6d5b53b1186e30292d50ba05a3f72 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: amd64 Version: 1.44-1 Priority: optional Section: perl Maintainer: Debian Perl Group Installed-Size: 355 Depends: perl (>= 5.20.1-1), perl-dbdabi-94, perlapi-5.20.1, libc6 (>= 2.14), libsqlite3-0 (>= 3.7.10) Filename: cool-solutions/amd64/libdbd-sqlite3-perl_1.44-1_amd64.deb Size: 155954 MD5sum: 61b61a3f647cda2461bb58f55858495a SHA1: 3578253e12cf60f012c9924c3c6594f523edc228 SHA256: a75f5edc61bde2589e95df2af17e18c6f0069819e2fb5124cd100bd9765af173 SHA512: cbf4709e4216b73ad22e768ac16c3c8f06e2b64b687ea02e35344039e088c061094c26cc9e4ef72c67e6656a7d7aaa350d6073de76391af02286844d5ee5243d 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: amd64 Version: 1.45-1 Priority: optional Section: perl Maintainer: Debian Perl Group Installed-Size: 343 Depends: perl (>= 5.20.1-1), perlapi-5.20.1, libc6 (>= 2.2.5), libgeoip1 Filename: cool-solutions/amd64/libgeo-ip-perl_1.45-1_amd64.deb Size: 76578 MD5sum: 1c120e81d7b8ba13efd48d1c7ecc4a07 SHA1: 75e0bda175748a76ef463d82bd58b13c21085c69 SHA256: b81e4a9fafaf7e39d72e270c71eb065bb5bb3bc73b0ce8a7172579100d3de7a6 SHA512: f1725aa08e8d2be2ca64e36267c7a88279b814dec010454135453c005e57eedd6c679968dcf634da4ab16997acd371577cf1a23368010ccc6f66587b706a8693 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.