Documentation and Web update. No code changes. (0.42.1)
This commit is contained in:
parent
9b8825bae5
commit
42e702f9e8
11 changed files with 74 additions and 60 deletions
|
|
@ -5,7 +5,7 @@ subtitle: More information about having fun... :)
|
|||
description: About
|
||||
_date: 2023-09-20
|
||||
metasub: news
|
||||
noToc: true
|
||||
noToc: false
|
||||
noDate: false
|
||||
tags:
|
||||
- fun
|
||||
|
|
@ -210,15 +210,16 @@ Written primarily in Fun itself (lib/):
|
|||
|
||||
Enabled via CMake flags, each wrapping a mature C library:
|
||||
|
||||
- **JSON** (`FUN_WITH_JSON` / json-c) — parse, stringify, file I/O <span style="color:green;font-weight:bold;">☑</span>
|
||||
- **cURL** (`FUN_WITH_CURL` / libcurl) — HTTP GET, POST, download <span style="color:green;font-weight:bold;">☑</span>
|
||||
- **SQLite** (`FUN_WITH_SQLITE` / libsqlite3) — open, query, exec, close <span style="color:green;font-weight:bold;">☑</span>
|
||||
- **PCRE2** (`FUN_WITH_PCRE2` / libpcre2) — Perl-compatible regex with flags <span style="color:green;font-weight:bold;">☑</span>
|
||||
- **OpenSSL** (`FUN_WITH_OPENSSL` / libcrypto) — MD5, SHA-256, SHA-512, RIPEMD-160 hashing <span style="color:green;font-weight:bold;">☑</span>
|
||||
- **INI** (`FUN_WITH_INI` / iniparser 4.2.6) — load, get/set, save config files <span style="color:green;font-weight:bold;">☑</span>
|
||||
- **XML** (`FUN_WITH_XML2` / libxml2) — parse, navigate, query XML documents <span style="color:green;font-weight:bold;">☑</span>
|
||||
- **PC/SC** (`FUN_WITH_PCSC` / libpcsclite) — smart card communication <span style="color:green;font-weight:bold;">☑</span>
|
||||
- **KCGI** (`FUN_WITH_KCGI` / libkcgi) — CGI web applications <span style="color:green;font-weight:bold;">☑</span>
|
||||
- **[JSON](/documentation/extensions/json/)** (`FUN_WITH_JSON` / [json-c](https://json-c.github.io/json-c/){:class="ext"}) — parse, stringify, file I/O <span style="color:green;font-weight:bold;">☑</span>
|
||||
- **[cURL](/documentation/extensions/curl/)** (`FUN_WITH_CURL` / [libcurl](https://curl.se/libcurl/){:class="ext"}) — HTTP GET, POST, download <span style="color:green;font-weight:bold;">☑</span>
|
||||
- **[SQLite](/documentation/extensions/sqlite/)** (`FUN_WITH_SQLITE` / [libsqlite3](https://www.sqlite.org/){:class="ext"}) — open, query, exec, close <span style="color:green;font-weight:bold;">☑</span>
|
||||
- **[PCRE2](/documentation/extensions/pcre2/)** (`FUN_WITH_PCRE2` / [libpcre2](https://www.pcre.org/){:class="ext"}) — Perl-compatible regex with flags <span style="color:green;font-weight:bold;">☑</span>
|
||||
- **[OpenSSL](/documentation/extensions/openssl/)** (`FUN_WITH_OPENSSL` / [libcrypto](https://www.openssl.org/){:class="ext"}) — MD5, SHA-256, SHA-512, RIPEMD-160 hashing <span style="color:green;font-weight:bold;">☑</span>
|
||||
- **[INI](/documentation/extensions/ini/)** (`FUN_WITH_INI` / [iniparser](https://github.com/ndevilla/iniparser){:class="ext"}) — load, get/set, save config files <span style="color:green;font-weight:bold;">☑</span>
|
||||
- **[XML](/documentation/extensions/xml2/)** (`FUN_WITH_XML2` / [libxml2](http://xmlsoft.org/){:class="ext"}) — parse, navigate, query XML documents <span style="color:green;font-weight:bold;">☑</span>
|
||||
- **[PC/SC](/documentation/extensions/pcsc/)** (`FUN_WITH_PCSC` / [libpcsclite](https://pcsclite.apdu.fr/){:class="ext"}) — smart card communication <span style="color:green;font-weight:bold;">☑</span>
|
||||
- **[KCGI](/documentation/extensions/kcgi/)** (`FUN_WITH_KCGI` / [libkcgi](https://kristaps.bsd.lv/kcgi/){:class="ext"}) — CGI web applications <span style="color:green;font-weight:bold;">☑</span>
|
||||
- **[Redis/Valkey](/documentation/extensions/redis/)** (`FUN_WITH_REDIS` / [hiredis](https://github.com/redis/hiredis){:class="ext"}) — Redis and Valkey support <span style="color:green;font-weight:bold;">☑</span>
|
||||
|
||||
<span style="color:green;font-weight:bold;">☑</span> = Done
|
||||
|
||||
|
|
@ -244,3 +245,4 @@ Each extension also has a corresponding stdlib wrapper class (e.g., `JSON`, `INI
|
|||
## Code
|
||||
|
||||
- [https://git.xw3.org/fun/fun/](https://git.xw3.org/fun/fun/){:class="git"}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue