| .. | ||
| curl.md | ||
| ini.md | ||
| json.md | ||
| libressl.md | ||
| libsql.md | ||
| notcurses.md | ||
| openssl.md | ||
| pcre2.md | ||
| pcsc.md | ||
| README.md | ||
| sqlite.md | ||
| tcltk.md | ||
| xml2.md | ||
External integrations (optional extensions)
This section documents Fun's optional, build-time selectable extensions. Each page covers:
- How to enable the extension via CMake option (FUN_WITH_*)
- Build requirements and detection notes
- Available opcodes and/or helper functions
- Minimal usage examples and links to example scripts
Extensions:
- cURL (libcurl)
- INI (iniparser)
- JSON (json-c)
- libxml2 (XML)
- SQLite
- libSQL (SQLite-compatible)
- PCRE2 (Perl-compatible regex)
- PC/SC (Smart cards)
- Notcurses (TUI)
- Tcl/Tk (GUI)
- OpenSSL
- LibreSSL
Notes:
- These integrations are optional; the VM compiles without them.
- When disabled, related builtins usually return empty strings/neutral values rather than fail hard, mirroring existing optionality patterns.