From f60d9a51d46b286c323430d1f7e3cf9bdd5c143d Mon Sep 17 00:00:00 2001 From: Simon Laux Date: Mon, 31 Oct 2022 16:12:55 +0100 Subject: [PATCH] update bindings section in readme (#3696) * update bindings section in readme * Update README.md Co-authored-by: Floris Bruynooghe * Update README.md Co-authored-by: bjoern Co-authored-by: Floris Bruynooghe Co-authored-by: bjoern --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4f0ec28ec..b078e60b3 100644 --- a/README.md +++ b/README.md @@ -125,10 +125,12 @@ $ cargo test -- --ignored Language bindings are available for: - **C** \[[📂 source](./deltachat-ffi) | [📚 docs](https://c.delta.chat)\] -- **Node.js** \[[📂 source](./node) | [📦 npm](https://www.npmjs.com/package/deltachat-node) | [📚 docs](https://js.delta.chat)\] +- **Node.js** + - over cffi (legacy): \[[📂 source](./node) | [📦 npm](https://www.npmjs.com/package/deltachat-node) | [📚 docs](https://js.delta.chat)\] + - over jsonrpc built with napi.rs: \[[📂 source](https://github.com/deltachat/napi-jsonrpc) | \[📦 npm](https://www.npmjs.com/package/@deltachat/napi-jsonrpc)\] - **Python** \[[📂 source](./python) | [📦 pypi](https://pypi.org/project/deltachat) | [📚 docs](https://py.delta.chat)\] -- **Go** \[[📂 source](https://github.com/deltachat/go-deltachat/)\] -- **Free Pascal** \[[📂 source](https://github.com/deltachat/deltachat-fp/)\] +- **Go**[^1] \[[📂 source](https://github.com/deltachat/go-deltachat/)\] +- **Free Pascal**[^1] \[[📂 source](https://github.com/deltachat/deltachat-fp/)\] - **Java** and **Swift** (contained in the Android/iOS repos) The following "frontend" projects make use of the Rust-library @@ -140,3 +142,5 @@ or its language bindings: - [Pidgin](https://code.ur.gs/lupine/purple-plugin-delta/) - [Telepathy](https://code.ur.gs/lupine/telepathy-padfoot/) - several **Bots** + +[^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.