]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
libmaxminddb: new package
authorFabrice Fontaine <fabrice.fontaine@orange.com>
Sun, 12 Feb 2017 20:26:56 +0000 (21:26 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 1 Apr 2017 21:28:18 +0000 (23:28 +0200)
commit69cdc6a362321125073cb809db27b95e4beb8f5d
tree0aab562e564b2d8d0695a7facf4d4ed45e66f353
parent0e3d0582bb259c4d76efb2c3f08e7eae4094e0e4
libmaxminddb: new package

C library for the MaxMind DB file format

The libmaxminddb library provides a C library for reading
MaxMind DB files, including the GeoIP2 databases from MaxMind.
This is a custom binary format designed to facilitate fast
lookups of IP addresses while allowing for great flexibility
in the type of data associated with an address.

The MaxMind DB format is an open format. The spec is available
at http://maxmind.github.io/MaxMind-DB/. This spec is licensed
under the Creative Commons Attribution-ShareAlike 3.0 Unported
License.

http://maxmind.github.io/libmaxminddb

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
[Thomas: add entry in DEVELOPERS file.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
DEVELOPERS
package/Config.in
package/libmaxminddb/0001-Add-disable-tests-to-configure.patch [new file with mode: 0644]
package/libmaxminddb/Config.in [new file with mode: 0644]
package/libmaxminddb/libmaxminddb.hash [new file with mode: 0644]
package/libmaxminddb/libmaxminddb.mk [new file with mode: 0644]