1config BR2_PACKAGE_LIBMAXMINDDB 2 bool "libmaxminddb" 3 help 4 C library for the MaxMind DB file format 5 6 The libmaxminddb library provides a C library for reading 7 MaxMind DB files, including the GeoIP2 databases from 8 MaxMind. This is a custom binary format designed to 9 facilitate fast lookups of IP addresses while allowing for 10 great flexibility in the type of data associated with an 11 address. 12 13 The MaxMind DB format is an open format. The spec is 14 available at http://maxmind.github.io/MaxMind-DB/. This spec 15 is licensed under the Creative Commons 16 Attribution-ShareAlike 3.0 Unported License. 17 18 http://maxmind.github.io/libmaxminddb 19