Initial commit
[yaffs-website] / node_modules / node-sass / src / libsass / docs / implementations.md
1 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.
2
3 ### C
4 * [sassc](https://github.com/hcatlin/sassc)
5
6 ### Elixir
7 * [sass.ex](https://github.com/scottdavis/sass.ex)
8
9 ### Go
10 * [go-libsass](https://github.com/wellington/go-libsass)
11 * [go_sass](https://github.com/suapapa/go_sass)
12 * [go-sass](https://github.com/SamWhited/go-sass)
13
14 ### Lua
15 * [lua-sass](https://github.com/craigbarnes/lua-sass)
16
17 ### .NET
18 * [libsass-net](https://github.com/darrenkopp/libsass-net)
19 * [NSass](https://github.com/TBAPI-0KA/NSass)
20 * [Sass.Net](https://github.com/andyalm/Sass.Net)
21
22 ### node.js
23 * [node-sass](https://github.com/andrew/node-sass)
24
25 ### Java
26 * [libsass-maven-plugin](https://github.com/warmuuh/libsass-maven-plugin)
27 * [jsass](https://github.com/bit3/jsass)
28
29 ### JavaScript
30 * [sass.js](https://github.com/medialize/sass.js)
31
32 ### Perl
33 * [CSS::Sass](https://github.com/caldwell/CSS-Sass)
34 * [Text::Sass::XS](https://github.com/ysasaki/Text-Sass-XS)
35
36 ### PHP
37 * [sassphp](https://github.com/sensational/sassphp)
38 * [php-sass](https://github.com/lesstif/php-sass)
39
40 ### Python
41 * [libsass-python](https://github.com/dahlia/libsass-python)
42 * [SassPython](https://github.com/marianoguerra/SassPython)
43 * [pylibsass](https://github.com/rsenk330/pylibsass)
44 * [python-scss](https://github.com/pistolero/python-scss)
45
46 ### Ruby
47 * [sassruby](https://github.com/hcatlin/sassruby)
48
49 ### Scala
50 * [Sass-Scala](https://github.com/kkung/Sass-Scala)
51
52 ### Tcl
53 * [tclsass](https://github.com/flightaware/tclsass)