Source: lua-geoip Section: interpreters Priority: optional Maintainer: Freexian Packaging Team Uploaders: Sophie Brun Build-Depends: debhelper-compat (= 13), pkg-config, dh-lua, libgeoip-dev, lua-socket , geoip-database , Standards-Version: 4.6.1 Homepage: https://github.com/agladysh/lua-geoip Vcs-Browser: https://salsa.debian.org/lua-team/lua-geoip Vcs-Git: https://salsa.debian.org/lua-team/lua-geoip.git Package: lua-geoip-dev Section: libdevel Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: lua-geoip (= ${binary:Version}), ${misc:Depends} Provides: ${lua:Provides} XB-Lua-Versions: ${lua:Versions} Description: Development files for lua-geoip library This package contains the development files of the lua-geoip library, useful to create a statically linked binary (like a C application or a standalone Lua interpreter).. . Documentation is also shipped within this package. Package: lua-geoip Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, geoip-database Provides: ${lua:Provides} XB-Lua-Versions: ${lua:Versions} Description: GeoIP library bindings for the Lua language This package contains bindings for the GeoIP library for the Lua language. It allows one to find the country and the city that any IP address or hostname originates from. It uses a file based database, not reverse DNS lookups.