From: Loup Vaillant Date: Sat, 27 Jan 2018 23:08:18 +0000 (+0100) Subject: Removed known sources from README.md X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=67f972fceeab2a56504dda8e67f2e697e46ca50e;p=Monocypher.git Removed known sources from README.md Those are listed in http://monocypher.org --- diff --git a/README.md b/README.md index eec15b2..853888f 100644 --- a/README.md +++ b/README.md @@ -54,23 +54,6 @@ The `cflags` line gives the include path for monocypher.h, and the `libmonocypher.a` (or `libmonocypher.so`). -### Known language bindings - -* [Crystal](https://github.com/konovod/monocypher.cr) -* [Lua](https://github.com/philanc/luanacha) -* [Zig](https://bitbucket.org/mihailp/zig-monocypher/src/default) - (http://ziglang.org/). - - -### Known alternate distributions - -* [AUR package](https://aur.archlinux.org/packages/monocypher/) for - Arch Linux. -* If you are using [Buck Build](https://buckbuild.com) and - [Buckaroo](https://buckaroo.pm), then there is a Buck port - maintained at [njlr/Monocypher](https://github.com/njlr/Monocypher). - - Test suite ----------