derelict-sass 1.0.0
Dynamic bindings to libsass.
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
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
- 1.0.0 released 9 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
-
0 downloads this month
-
282 downloads total
-
- Score:
- 0.5
- Short URL:
- derelict-sass.dub.pm