Add (chibi optional) to listed library docs

This commit is contained in:
Lukas Böger 2020-08-30 11:21:40 +01:00
parent 251464eade
commit a3a0e67365
2 changed files with 5 additions and 2 deletions

View file

@ -50,8 +50,9 @@ MODULE_DOCS := app ast base64 bytevector config crypto/md5 crypto/rsa \
crypto/sha2 diff disasm doc edit-distance equiv filesystem generic \
heap-stats io iset/base iset/constructors iset/iterators json loop \
match math/prime memoize mime modules net net/http-server net/servlet \
parse pathname process repl scribble string stty sxml system temp-file \
test time trace type-inference uri weak monad/environment crypto/sha2
optional parse pathname process repl scribble string stty sxml system \
temp-file test time trace type-inference uri weak monad/environment \
crypto/sha2
IMAGE_FILES = lib/chibi.img lib/red.img lib/snow.img

View file

@ -1343,6 +1343,8 @@ namespace.
\item{\hyperlink["lib/chibi/net/servlet.html"]{(chibi net servlet) - HTTP servlets for http-server or CGI}}
\item{\hyperlink["lib/chibi/optional.html"]{(chibi optional) - Syntax to support optional and named keyword arguments}}
\item{\hyperlink["lib/chibi/parse.html"]{(chibi parse) - Parser combinators with convenient syntax}}
\item{\hyperlink["lib/chibi/pathname.html"]{(chibi pathname) - Utilities to decompose and manipulate pathnames}}