about summary refs log tree commit diff stats
path: root/src/utils/luwrap.nim
Commit message (Collapse)AuthorAgeFilesLines
* Update code stylebptato2024-04-171-16/+16
| | | | | | * separate params with ; (semicolon) instead of , (colon) * reduce screaming snake case use * wrap long lines
* Various fixesbptato2023-12-131-0/+46
* Makefile: fix parallel build, add new binaries to install target * twtstr: split out libunicode-related stuff to luwrap * config: quote default gopher2html URL env var for unquote * adapter/: get rid of types/url dependency, use CURL url in all cases