Source: liborlite-mirror-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , gregor herrmann , Fabrizio Regalli , Florian Schlichting Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libfile-homedir-perl, libfile-remove-perl, libfile-sharedir-perl, liblwp-online-perl, liborlite-perl, libparams-util-perl, liburi-perl, libwww-perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liborlite-mirror-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liborlite-mirror-perl.git Homepage: https://metacpan.org/release/ORLite-Mirror/ Package: liborlite-mirror-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libfile-homedir-perl, libfile-remove-perl, libfile-sharedir-perl, liblwp-online-perl, liborlite-perl, libparams-util-perl, libwww-perl, perl Description: ORLite extension to use remote SQLite databases ORLite::Mirror provides a simple mechanism for opening a read-only SQLite database from anywhere on the web. In a method analogous to using ORLite to work with a local read-only SQLite database, you can use ORLite::Mirror to open a SQLite database at an arbitrary URI. If the remote file has a "gz" or "bz2" extension, then ORLite::Mirror will decompress the file before opening.