-`net/` — networking helpers and example HTTP servers. See [lib/net](../lib/net/).
-`cgi.fun` — basic CGI helpers
-`http_server.fun` — blocking HTTP server
-`http_cgi_server.fun` — HTTP server that can execute .fun CGI files
-`http_cgi_lib_server.fun` — variant of the HTTP CGI server using the stdlib
-`regex/` — regular expression utilities (PCRE2-based when available). See [lib/regex](../lib/regex/).
-`pcre2.fun`
-`ui/` — user interface helpers (built if the corresponding extensions are enabled). See [lib/ui](../lib/ui/).
-`notcurses.fun`
-`tk.fun`
-`utils/` — small reusable helpers and functional utilities. See [lib/utils](../lib/utils/).
-`datetime.fun`
-`match.fun`
-`math.fun`
-`option.fun`
-`range.fun`
-`result.fun`
Note: Availability of some modules can depend on optional extensions selected at build time (see [build.md](./build.md)). For instance, `regex/pcre2.fun` requires PCRE2 support; `ui/*` depends on chosen UI backends.