Skip to content

Commit b20da3c

Browse files
authored
docs: readme: update language binding section to avoid usage of cffi in new projects (#7380)
Updated language bindings section to reflect deprecation of `libdeltachat and removed outdated entries.
1 parent a3328ea commit b20da3c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,10 @@ and then run the script.
197197
Language bindings are available for:
198198

199199
- **C** \[[📂 source](./deltachat-ffi) | [📚 docs](https://c.delta.chat)\]
200+
- -> libdeltachat is going to be deprecated and only exists because Android, iOS and Ubuntu Touch are still using it. If you build a new project, then please use the jsonrpc api instead.
200201
- **JS**: \[[📂 source](./deltachat-rpc-client) | [📦 npm](https://www.npmjs.com/package/@deltachat/jsonrpc-client) | [📚 docs](https://js.jsonrpc.delta.chat/)\]
201202
- **Python** \[[📂 source](./python) | [📦 pypi](https://pypi.org/project/deltachat) | [📚 docs](https://py.delta.chat)\]
202-
- **Go**
203-
- over jsonrpc: \[[📂 source](https://github.com/deltachat/deltachat-rpc-client-go/)\]
204-
- over cffi[^1]: \[[📂 source](https://github.com/deltachat/go-deltachat/)\]
205-
- **Free Pascal**[^1] \[[📂 source](https://github.com/deltachat/deltachat-fp/)\]
203+
- **Go** \[[📂 source](https://github.com/deltachat/deltachat-rpc-client-go/)\]
206204
- **Java** and **Swift** (contained in the Android/iOS repos)
207205

208206
The following "frontend" projects make use of the Rust-library
@@ -215,5 +213,3 @@ or its language bindings:
215213
- [Telepathy](https://code.ur.gs/lupine/telepathy-padfoot/)
216214
- [Ubuntu Touch](https://codeberg.org/lk108/deltatouch)
217215
- several **Bots**
218-
219-
[^1]: Out of date / unmaintained, if you like those languages feel free to start maintaining them. If you have questions we'll help you, please ask in the issues.

0 commit comments

Comments
 (0)