Skip to content

Commit 30d4862

Browse files
committed
Update official bindings list
1 parent 5f472c9 commit 30d4862

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

docs/libraries.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ We have a repository of officially maintained language bindings, as well as many
1313
## Unified Libraries
1414

1515
Our official "unified" [language binding repository](http://github.com/ev3dev/ev3dev-lang)
16-
currently has support for C++, Lua, Node.js, R and vala.
16+
currently has support for C++, Lua, Node.js, and Python.
1717
These libraries are all built around a single
1818
[API specification](https://github.com/ev3dev/ev3dev-lang/blob/develop/wrapper-specification.md)
1919
that ensures that interface is almost identical for each, and they are being updated and
2020
enhanced regularly.
2121

2222
* Unified bindings:
23-
* [Lua](https://github.com/ev3dev/ev3dev-lang/tree/develop/lua)
2423
* [C++](https://github.com/ev3dev/ev3dev-lang/tree/develop/cpp)
25-
* [Node.js](https://github.com/ev3dev/ev3dev-lang/tree/develop/js)
26-
* [R](https://github.com/ev3dev/ev3dev-lang/tree/develop/R)
24+
* [Lua](https://github.com/ev3dev/ev3dev-lang/tree/develop/lua)
25+
* [Node.js](https://github.com/wasabifan/ev3dev-lang-js)
26+
* [Python](https://github.com/ddemidov/ev3dev-lang-python)
2727

2828
## Extra languages
2929
We also have many great contrubutors that are maintaining extra libraries for languages not included in our other repository.
@@ -34,3 +34,4 @@ We also have many great contrubutors that are maintaining extra libraries for la
3434
* [C (with optional Perl, Python and Ruby bindings)](https://github.com/in4lio/ev3dev-c) by @in4lio
3535
* [C](https://github.com/theZiz/ev3c) by @Ziz
3636
* [Clojure](https://github.com/annapawlicka/clj-ev3dev) by @annapawlicka
37+
* [vala](https://github.com/dlech/ev3dev-lang-glib) by @dlech and @WasabiFan

0 commit comments

Comments
 (0)