1
0
Fork 0
forked from fun/fun

Documentation refactoring. No code changes. (0.40.5)

This commit is contained in:
Johannes Findeisen 2026-04-15 01:25:17 +02:00
commit 63545ed918
136 changed files with 374 additions and 3163 deletions

View file

@ -16,10 +16,9 @@ tags:
- optional
---
- CMake option: FUN_WITH_CURL=ON
- Purpose: HTTP helpers using libcurl.
- Homepage: https://curl.se/libcurl/
- Homepage: [https://curl.se/libcurl/](https://curl.se/libcurl/){:class="ext"}
## Opcodes:

View file

@ -31,8 +31,8 @@ tags:
- what
---
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

View file

@ -19,7 +19,7 @@ tags:
- CMake option: FUN_WITH_INI=ON
- Purpose: Read/write simple INI configuration files.
- Homepage: https://github.com/ndevilla/iniparser
- Homepage: [https://github.com/ndevilla/iniparser](https://github.com/ndevilla/iniparser){:class="ext"}
## Opcodes:

View file

@ -18,7 +18,7 @@ tags:
- CMake option: FUN_WITH_JSON=ON
- Purpose: JSON parse/stringify and file helpers via json-c.
- Homepage: https://json-c.github.io/json-c/
- Homepage: [https://json-c.github.io/json-c/](https://json-c.github.io/json-c/){:class="ext"}
## Opcodes:

View file

@ -18,7 +18,7 @@ tags:
- CMake option: FUN_WITH_OPENSSL=ON
- Purpose: provide small crypto helpers backed by OpenSSL. Includes md5, sha256, sha512, ripemd160 helpers.
- Homepage: https://www.openssl.org/
- Homepage: [https://www.openssl.org/](https://www.openssl.org/){:class="ext"}
## Build notes:

View file

@ -21,7 +21,7 @@ tags:
- CMake option: FUN_WITH_PCRE2=ON
- Purpose: Advanced regular expressions via PCRE2.
- Homepage: https://www.pcre.org/
- Homepage: [https://www.pcre.org/](https://www.pcre.org/){:class="ext"}
## Opcodes:

View file

@ -19,7 +19,7 @@ tags:
- CMake option: FUN_WITH_PCSC=ON
- Purpose: Access smart card readers/cards via PC/SC (pcsclite).
- Homepage: https://pcsclite.apdu.fr/
- Homepage: [https://pcsclite.apdu.fr/](https://pcsclite.apdu.fr/){:class="ext"}
## Opcodes:

View file

@ -18,7 +18,7 @@ tags:
- CMake option: FUN_WITH_SQLITE=ON
- Purpose: Access SQLite databases via the native C API.
- Homepage: https://www.sqlite.org/
- Homepage: [https://www.sqlite.org/](https://www.sqlite.org/){:class="ext"}
## Opcodes:

View file

@ -19,7 +19,7 @@ tags:
- CMake option: FUN_WITH_XML2=ON
- Purpose: Minimal XML parsing helpers using libxml2.
- Homepage: http://xmlsoft.org/
- Homepage: [http://xmlsoft.org/](http://xmlsoft.org/){:class="ext"}
## Opcodes: