About

Metadata

  • Last updated , by jakubfijalkowski
  • License MIT
  • Categories FFI
  • Maintained by: kuba@codinginfinity.me

  • Lottery factor: 1

Links

Installation

This package uses the Custom cabal build type

Package Flags

Use the -f option with cabal commands to enable flags

    externallibsass (off by default)

    Use LibSass that is installed in the system.

    sharedlibsass (off by default)

    Build LibSass as a shared library (only if external_libsass = False).

Readme

This package provides (very) low level bindings to LibSass. By default, it uses LibSass compiled as a static library, so if you use this in your project, you have to link your project with C++ runtime (which hLibsass does automatically - links with libstdc++). For documentation visit https://github.com/sass/libsass.