Skip to content

Commit

Permalink
updating doc links for new libs
Browse files Browse the repository at this point in the history
Closes #923
  • Loading branch information
ashinn committed May 30, 2024
1 parent 414a231 commit bfb6b4b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/chibi.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -1311,6 +1311,12 @@ snow-fort):
\item{\hyperlink["http://srfi.schemers.org/srfi-166/srfi-166.html"]{(srfi 166) - monadic formatting}}
\item{\hyperlink["http://srfi.schemers.org/srfi-179/srfi-179.html"]{(srfi 179) - nonempty intervals and generalized arrays}}
\item{\hyperlink["http://srfi.schemers.org/srfi-188/srfi-188.html"]{(srfi 188) - splicing binding constructs for syntactic keywords}}
\item{\hyperlink["http://srfi.schemers.org/srfi-193/srfi-193.html"]{(srfi 193) - command-line}}
\item{\hyperlink["http://srfi.schemers.org/srfi-211/srfi-211.html"]{(srfi 211) - scheme macro libaries}}
\item{\hyperlink["http://srfi.schemers.org/srfi-219/srfi-219.html"]{(srfi 219) - define higher-order lambda}}
\item{\hyperlink["http://srfi.schemers.org/srfi-227/srfi-227.html"]{(srfi 227) - optional arguments}}
\item{\hyperlink["http://srfi.schemers.org/srfi-229/srfi-229.html"]{(srfi 229) - tagged procedures}}
\item{\hyperlink["http://srfi.schemers.org/srfi-231/srfi-231.html"]{(srfi 231) - intervals and generalized arrays}}

]

Expand All @@ -1327,6 +1333,8 @@ namespace.

\item{\hyperlink["lib/chibi/base64.html"]{(chibi base64) - Base64 encoding and decoding}}

\item{\hyperlink["lib/chibi/binary-record.html"]{(chibi binary-record) - Record types with binary serialization}}

\item{\hyperlink["lib/chibi/bytevector.html"]{(chibi bytevector) - Bytevector Utilities}}

\item{\hyperlink["lib/chibi/config.html"]{(chibi config) - General configuration management}}
Expand Down Expand Up @@ -1395,6 +1403,8 @@ namespace.

\item{\hyperlink["lib/chibi/shell.html"]{(chibi shell) - Process combinators with high-level pipeline syntax in the spirit of SCSH.}}

\item{\hyperlink["lib/chibi/show.html"]{(chibi show) - Monadic formattinga.}}

\item{\hyperlink["lib/chibi/scribble.html"]{(chibi scribble) - A parser for the scribble syntax used to write this manual}}

\item{\hyperlink["lib/chibi/string.html"]{(chibi string) - Cursor-based string library (predecessor to SRFI 130)}}
Expand Down

2 comments on commit bfb6b4b

@iacore
Copy link

@iacore iacore commented on bfb6b4b Jun 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's not automated,,,

@ashinn
Copy link
Owner Author

@ashinn ashinn commented on bfb6b4b Jun 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I want to maintain this list by hand, e.g. it doesn't include some packaged but experimental or poorly documented libraries.

Please sign in to comment.