Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created August 11, 2020 05:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/3a3a9a4c1b3d7f4be23dd6f9c4cfbf39 to your computer and use it in GitHub Desktop.
Save r-ryantm/3a3a9a4c1b3d7f4be23dd6f9c4cfbf39 to your computer and use it in GitHub Desktop.
/nix/store/qmjc6qdq1zbg93cm6rd3879rpcrim0wg-libmaxminddb-1.4.3
├── bin
│   └── mmdblookup
├── include
│   ├── maxminddb_config.h
│   └── maxminddb.h
├── lib
│   ├── libmaxminddb.la
│   ├── libmaxminddb.so -> libmaxminddb.so.0.0.7
│   ├── libmaxminddb.so.0 -> libmaxminddb.so.0.0.7
│   ├── libmaxminddb.so.0.0.7
│   └── pkgconfig
│   └── libmaxminddb.pc
└── share
└── man
├── man1
│   └── mmdblookup.1.gz
└── man3
├── defined.3.gz
├── libmaxminddb.3.gz
├── MMDB_aget_value.3.gz
├── MMDB_close.3.gz
├── MMDB_dump_entry_data_list.3.gz
├── MMDB_free_entry_data_list.3.gz
├── MMDB_get_entry_data_list.3.gz
├── MMDB_get_metadata_as_entry_data_list.3.gz
├── MMDB_get_value.3.gz
├── MMDB_lib_version.3.gz
├── MMDB_lookup_sockaddr.3.gz
├── MMDB_lookup_string.3.gz
├── MMDB_open.3.gz
├── MMDB_read_node.3.gz
├── MMDB_strerror.3.gz
└── MMDB_vget_value.3.gz
8 directories, 25 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment