summary refs log tree commit diff
path: root/www/text.causal.agency/006-some-libs.7
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-12-11 19:25:44 -0500
committerJune McEnroe <june@causal.agency>2019-12-11 19:25:44 -0500
commit659e703d0feb4b586021895195324faadbff7751 (patch)
tree2b5babf38bc42d9489ad22ffe229de3e3fd4a49c /www/text.causal.agency/006-some-libs.7
parentPost "Some Libraries" (diff)
downloadsrc-659e703d0feb4b586021895195324faadbff7751.tar.gz
src-659e703d0feb4b586021895195324faadbff7751.zip
Add a few more notes about libraries
Diffstat (limited to 'www/text.causal.agency/006-some-libs.7')
-rw-r--r--www/text.causal.agency/006-some-libs.76
1 files changed, 5 insertions, 1 deletions
diff --git a/www/text.causal.agency/006-some-libs.7 b/www/text.causal.agency/006-some-libs.7
index 774150d8..5af65404 100644
--- a/www/text.causal.agency/006-some-libs.7
+++ b/www/text.causal.agency/006-some-libs.7
@@ -1,4 +1,4 @@
-.Dd December 10, 2019
+.Dd December 11, 2019
 .Dt SOME-LIBS 7
 .Os "Causal Agency"
 .
@@ -64,6 +64,8 @@ My one gripe with it is that the library and SQL documentation
 are not available as
 .Xr man 1
 pages.
+I'm currently working on a project using SQLite,
+but it hasn't gotten very far yet.
 .
 .It Fl ltls
 This is a new library in LibreSSL
@@ -77,6 +79,7 @@ with calls like
 .Xr tls_read 3
 and
 .Xr tls_write 3 .
+I've used this for IRC clients, bouncers and bots.
 .
 .It Fl lz
 An implementation of the DEFLATE compression algorithm
@@ -86,6 +89,7 @@ It's all documented in comments in
 which isn't bad,
 but for my own use I copied the docs into
 .Lk https://code.causal.agency/june/zlib-man-pages "manual pages" .
+I've used this for decoding and encoding PNG images.
 .El
 .
 .Sh AUTHORS