README update, ./make update and Doxyfile update. No code changes. (0.42.1)
This commit is contained in:
parent
774517edaf
commit
b058892cbb
3 changed files with 17 additions and 14 deletions
25
README.md
25
README.md
|
|
@ -191,19 +191,20 @@ Written primarily in Fun itself:
|
|||
|
||||
Enabled via CMake flags, wrapping mature C libraries:
|
||||
|
||||
| Extension | Backend |
|
||||
|---|---|
|
||||
| JSON | json-c |
|
||||
| cURL | libcurl |
|
||||
| SQLite | libsqlite3 |
|
||||
| PCRE2 | libpcre2 |
|
||||
| OpenSSL | libcrypto |
|
||||
| INI | iniparser 4.2.6 |
|
||||
| XML | libxml2 |
|
||||
| PC/SC | libpcsclite |
|
||||
| KCGI | libkcgi |
|
||||
| Extension | Backend |
|
||||
|--------------|-----------------|
|
||||
| JSON | json-c |
|
||||
| cURL | libcurl |
|
||||
| SQLite | libsqlite3 |
|
||||
| PCRE2 | libpcre2 |
|
||||
| OpenSSL | libcrypto |
|
||||
| INI | iniparser 4.2.6 |
|
||||
| XML | libxml2 |
|
||||
| PC/SC | libpcsclite |
|
||||
| KCGI | libkcgi |
|
||||
| Redis/Valkey | hiredis |
|
||||
|
||||
Each extension also has a corresponding stdlib wrapper class (e.g., `JSON`, `INI`, `XML`, `PCSC`, `PCRE2`, `KCGI`).
|
||||
Some extensions also have a corresponding stdlib wrapper class (e.g., `JSON`, `INI`, `XML`, `PCSC`, `PCRE2`, `KCGI`).
|
||||
|
||||
## Quick start
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue