Config.in 665 B

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