From bcb89bcc243688f063a059b8fd7afd220588efd6 Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Tue, 2 Mar 2021 16:13:39 -0500 Subject: [PATCH] add Common Lisp bindings --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6958d19..43269f8 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ libolm can be used in different environments using bindings. In addition to the JavaScript, Python, Java (Android), and Objective-C bindings included in this repository, some bindings are (in alphabetical order): +- [cl-megolm](https://github.com/K1D77A/cl-megolm) (MIT) Common Lisp bindings - [dart-olm](https://gitlab.com/famedly/libraries/dart-olm) (AGPLv3) Dart bindings - [Dhole/go-olm](https://github.com/Dhole/go-olm) (Apache-2.0) Go bindings - [libQtOlm](https://gitlab.com/b0/libqtolm/) (GPLv3) Qt bindings @@ -112,7 +113,8 @@ repository, some bindings are (in alphabetical order): - [olm-sys](https://gitlab.gnome.org/BrainBlasted/olm-sys) (Apache-2.0) Rust bindings -Note that bindings may have a different license from libolm. +Note that bindings may have a different license from libolm, and are *not* +endorsed by the Matrix.org Foundation C.I.C. ## Release process