about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-11-21 09:58:49 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-11-21 09:59:27 -0800
commitb793604279b1975a2359e9edc786607b74709182 (patch)
tree706dcfec098c38168ca79900f59767a559163e60 /README.md
parent15b43d3092a344897d3785fee97b347dcfb4d326 (diff)
downloadteliva-b793604279b1975a2359e9edc786607b74709182.tar.gz
first glimmers of networking working
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2d490b2..89194b0 100644
--- a/README.md
+++ b/README.md
@@ -100,6 +100,8 @@ In addition to Lua 1.5, Teliva forks or depends on:
   building text-mode user interfaces. ([Alternative documentation](https://tldp.org/LDP/lpg-0.4.pdf))
 * The [lcurses](https://github.com/lcurses/lcurses) binding for ncurses.
   ([Documentation](http://lcurses.github.io/lcurses))
+* The [luasocket](https://w3.impa.br/~diego/software/luasocket) library of
+  networking primitives.
 * The [Kilo](https://github.com/antirez/kilo) text editor. (Read more about it
   in this [fantastic walk-through](https://viewsourcecode.org/snaptoken/kilo).)