Documentation refactoring. No code changes. (0.40.5)
This commit is contained in:
parent
a47660edc7
commit
63545ed918
136 changed files with 374 additions and 3163 deletions
|
|
@ -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:
|
||||
|
||||
|
|
@ -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
|
||||
|
|
@ -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:
|
||||
|
||||
|
|
@ -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:
|
||||
|
||||
|
|
@ -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:
|
||||
|
||||
|
|
@ -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:
|
||||
|
||||
|
|
@ -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:
|
||||
|
||||
|
|
@ -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:
|
||||
|
||||
|
|
@ -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:
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue