1
0
Fork 0
forked from fun/fun

README update. No code changes (0.28.0)

This commit is contained in:
Johannes Findeisen 2025-11-25 16:21:24 +01:00
commit 786f1ddc06

View file

@ -17,13 +17,13 @@ Fun is and will ever be 100% free under the terms of the [Apache-2.0 License](ht
### Extras
- [JSON](https://www.json.org/) support builtin using [json-c](https://github.com/json-c/json-c) (optional) <span style="color:green;font-weight:bold;">&#9745;</span>
- [ODBC](https://learn.microsoft.com/en-us/sql/odbc/reference/odbc-overview?view=sql-server-ver16) support builtin for flexible database connectivity using [unixODBC](https://www.unixodbc.org/) (optional) <span style="color:red;font-weight:bold;">&#9744;</span>
- [PC/SC](https://pcscworkgroup.com/) smart card support builtin using [PCSC lite](https://pcsclite.apdu.fr/) (optional) <span style="color:green;font-weight:bold;">&#9745;</span>
- [SQLite](https://sqlite.org/) support builtin (optional) <span style="color:red;font-weight:bold;">&#9744;</span>
- [Tk](https://www.tcl-lang.org/) support builtin for GUI application development (optional) <span style="color:red;font-weight:bold;">&#9744;</span>
- [JSON](https://www.json.org/) support builtin using [json-c](https://github.com/json-c/json-c) (optional) &#9745;
- [ODBC](https://learn.microsoft.com/en-us/sql/odbc/reference/odbc-overview?view=sql-server-ver16) support builtin for flexible database connectivity using [unixODBC](https://www.unixodbc.org/) (optional) &#9744;
- [PC/SC](https://pcscworkgroup.com/) smart card support builtin using [PCSC lite](https://pcsclite.apdu.fr/) (optional) &#9745;
- [SQLite](https://sqlite.org/) support builtin (optional) &#9744;
- [Tk](https://www.tcl-lang.org/) support builtin for GUI application development (optional) &#9744;
<span style="color:green;font-weight:bold;">&#9745;</span> = Done / <span style="color:red;font-weight:bold;">&#9744;</span> = Planned or in progress.
&#9745; = Done / &#9744; = Planned or in progress.
## Characteristics