1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-06-05 01:09:17 +02:00

- [gemini]

- using quri instead of puri library because the first has a better handling
    of UTF-8;
  - using binary stream instead of ASCII.
This commit is contained in:
cage
2020-07-04 11:15:55 +02:00
parent 9788bf12fb
commit 49214475ab
11 changed files with 188 additions and 178 deletions

View File

@@ -121,7 +121,7 @@ install_dependency () {
--eval "(ql:quickload \"usocket\")" \
--eval "(ql:quickload \"cffi\")" \
--eval "(ql:quickload \"babel\")" \
--eval "(ql:quickload \"puri\")" \
--eval "(ql:quickload \"quri\")" \
--eval "(ql:quickload \"percent-encoding\")" \
--eval "(sb-ext:quit)";
}