diff options
author | Oscar Najera <hi@oscarnajera.com> | 2025-06-06 20:16:29 +0200 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2025-06-07 11:14:32 +0200 |
commit | 17f03d92e1e01c381e0f6f4421f653b67ab0819a (patch) | |
tree | f293450662a8765f349dd3bdeff15374c3e9e720 /geoip/geoip.asd | |
parent | 034ffc3f4d4290a46d77cf463e9fed437f6d3e21 (diff) | |
download | scratch-17f03d92e1e01c381e0f6f4421f653b67ab0819a.tar.gz scratch-17f03d92e1e01c381e0f6f4421f653b67ab0819a.tar.bz2 scratch-17f03d92e1e01c381e0f6f4421f653b67ab0819a.zip |
Parse floats
Diffstat (limited to 'geoip/geoip.asd')
-rw-r--r-- | geoip/geoip.asd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/geoip/geoip.asd b/geoip/geoip.asd index 53826dd..a25cb8c 100644 --- a/geoip/geoip.asd +++ b/geoip/geoip.asd @@ -5,6 +5,7 @@ :license "GPL-3" :depends-on ("cffi" "mmap" + "ieee-floats" "split-sequence") :components ((:file "ip")) :description "Query maxminddb for ip information" |