1
0
Fork 0
forked from fun/fun

Some cleanups. No code changes. (0.40.5)

This commit is contained in:
Johannes Findeisen 2026-04-19 00:54:51 +02:00
commit e2cbc7be63

View file

@ -72,7 +72,7 @@ The examples directory contains demonstrations of most Fun features, from basic
## Extensions
Documentation for optional, build-time selectable integrations lives in [extensions/](./extensions/):
Documentation for optional, build-time selectable integrations lives in [./extensions/](./extensions/):
- [Index of extensions](./extensions/)
- Highlights: [cURL](./extensions/curl/), [INI](./extensions/ini/), [JSON](./extensions/json/), [XML (libxml2)](./extensions/xml2/), [SQLite](./extensions/sqlite/), [PCRE2](./extensions/pcre2/), [PC/SC](./extensions/pcsc/), [OpenSSL](./extensions/openssl/)
@ -80,6 +80,6 @@ Documentation for optional, build-time selectable integrations lives in [extensi
## Tips
- When building from the repo without installing, set `FUN_LIB_DIR` to the local `./lib` directory so examples and the REPL can locate the stdlib.
- For a broader project overview and quickstart, see the repository root [README/](./../README/).
- For a broader project overview and quickstart, see the repository root [README](./../README/).
- Crypto examples:
- If built with `-DFUN_WITH_OPENSSL=ON`, try `examples/crypto/openssl_md5.fun`.