From 6f5f6849dd1550f0ae91c32cc442b6f0b518b8ea Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 14 Mar 2022 17:23:38 -0700 Subject: [PATCH] . --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f84226d..f341181 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ Teliva's codebase also includes forks of the following reputable brands: * The [luasec](https://github.com/brunoos/luasec) library for HTTPS support (modules `https` and `ssl`). * The [json.lua](https://github.com/rxi/json.lua) library for - serializing/deserializing to JSON (module `json`). + serializing/deserializing to JSON (modules `json` and `jsonf`). I only add to this list with great deliberation. Since it includes indirect suppliers (suppliers of suppliers), I have an incentive to only include @@ -145,6 +145,9 @@ suppliers who also have shallow supply chains. Minimizing the size of the supply chain should result in more reliable software that requires less frequent upgrades. +(Look in [the manual](https://akkartik.github.io/teliva/doc/manual.html) for +more details of what's available.) + ## Why Lua? It's reputedly the fastest interpreted language per line of implementation