diff options
author | June McEnroe <june@causal.agency> | 2019-12-11 19:25:44 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-12-11 19:25:44 -0500 |
commit | e59618ba46604a0cf2b78122bbea57740165d66d (patch) | |
tree | 535d734302751ff5c040f429edbcd5fbaeda9777 /www | |
parent | Post "Some Libraries" (diff) | |
download | src-e59618ba46604a0cf2b78122bbea57740165d66d.tar.gz src-e59618ba46604a0cf2b78122bbea57740165d66d.zip |
Add a few more notes about libraries
Diffstat (limited to 'www')
-rw-r--r-- | www/text.causal.agency/006-some-libs.7 | 6 |
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 |