diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 18:06:40 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 18:06:40 -0400 |
commit | ba1ab00ae8f64cd023c7c343a3dcede14599b8ce (patch) | |
tree | 1a51acc8d3c28230fcc5ab3e884afbe4172ea6d9 /network/libmaxminddb | |
parent | e3634b3a507c8a280a5ac43751fe96c6eebb0c4f (diff) |
network/libmaxminddb: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/libmaxminddb')
-rw-r--r-- | network/libmaxminddb/README | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/network/libmaxminddb/README b/network/libmaxminddb/README index d18fdd2c2e2a0..d97ec523274ac 100644 --- a/network/libmaxminddb/README +++ b/network/libmaxminddb/README @@ -1,9 +1,10 @@ -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 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. +This spec is licensed under the Creative Commons Attribution-ShareAlike +3.0 Unported License. |