Blame docs/implementations.md

Packit Service 7770af
There are several implementations of `libsass` for a variety of languages. Here are just a few of them. Note, some implementations may or may not be up to date. We have not verified whether they work.
Packit Service 7770af
Packit Service 7770af
### C
Packit Service 7770af
* [sassc](https://github.com/hcatlin/sassc)
Packit Service 7770af
Packit Service 7770af
### Elixir
Packit Service 7770af
* [sass.ex](https://github.com/scottdavis/sass.ex)
Packit Service 7770af
Packit Service 7770af
### Go
Packit Service 7770af
* [go-libsass](https://github.com/wellington/go-libsass)
Packit Service 7770af
* [go_sass](https://github.com/suapapa/go_sass)
Packit Service 7770af
* [go-sass](https://github.com/SamWhited/go-sass)
Packit Service 7770af
Packit Service 7770af
### Lua
Packit Service 7770af
* [lua-sass](https://github.com/craigbarnes/lua-sass)
Packit Service 7770af
Packit Service 7770af
### .NET
Packit Service 7770af
* [libsass-net](https://github.com/darrenkopp/libsass-net)
Packit Service 7770af
* [NSass](https://github.com/TBAPI-0KA/NSass)
Packit Service 7770af
* [Sass.Net](https://github.com/andyalm/Sass.Net)
Packit Service 7770af
Packit Service 7770af
### node.js
Packit Service 7770af
* [node-sass](https://github.com/andrew/node-sass)
Packit Service 7770af
Packit Service 7770af
### Java
Packit Service 7770af
* [libsass-maven-plugin](https://github.com/warmuuh/libsass-maven-plugin)
Packit Service 7770af
* [jsass](https://github.com/bit3/jsass)
Packit Service 7770af
Packit Service 7770af
### JavaScript
Packit Service 7770af
* [sass.js](https://github.com/medialize/sass.js)
Packit Service 7770af
Packit Service 7770af
### Perl
Packit Service 7770af
* [CSS::Sass](https://github.com/caldwell/CSS-Sass)
Packit Service 7770af
* [Text::Sass::XS](https://github.com/ysasaki/Text-Sass-XS)
Packit Service 7770af
Packit Service 7770af
### PHP
Packit Service 7770af
* [sassphp](https://github.com/sensational/sassphp)
Packit Service 7770af
* [php-sass](https://github.com/lesstif/php-sass)
Packit Service 7770af
Packit Service 7770af
### Python
Packit Service 7770af
* [libsass-python](https://github.com/dahlia/libsass-python)
Packit Service 7770af
* [SassPython](https://github.com/marianoguerra/SassPython)
Packit Service 7770af
* [pylibsass](https://github.com/rsenk330/pylibsass)
Packit Service 7770af
* [python-scss](https://github.com/pistolero/python-scss)
Packit Service 7770af
Packit Service 7770af
### Ruby
Packit Service 7770af
* [sassruby](https://github.com/hcatlin/sassruby)
Packit Service 7770af
Packit Service 7770af
### Scala
Packit Service 7770af
* [Sass-Scala](https://github.com/kkung/Sass-Scala)
Packit Service 7770af
Packit Service 7770af
### Tcl
Packit Service 7770af
* [tclsass](https://github.com/flightaware/tclsass)