derelict-sass 2.0.0
Dynamic bindings to libsass.
To use this package, put the following dependency into your project's dependencies section:
dub.json
dub.sdl
DerelictSASS
A dynamic binding to libsass for the D Programming Language (unofficial).
For information on how to build DerelictSASS and link it with your programs, please see the post Using Derelict at the The One With D.
Building libsass
Clone libsass from it repository:
$ git clone git://github.com/sass/libsass.git
Then make it as shared library.
$ make BUILD=shared
In the end you can install library:
$ make install BUILD=shared
Using DerelictSASS
For more information you can check libsass and sassc projects.
import derelict.sass.sass;
void main ()
{
// Load libsass library
DerelictSass.load ();
// Now libsass functions can be called
...
}
- Registered by Vlad Rindevich
- 2.0.0 released 4 years ago
- Lodin/DerelictSASS
- Boost
- Authors:
- Dependencies:
- derelict-util
- Versions:
-
2.0.0 2015-Jan-29 1.0.0 2015-Jan-22 ~master 2015-Jan-29 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
2 downloads this month
-
269 downloads total
-
- Score:
- 0.3
- Short URL:
- derelict-sass.dub.pm