Raw Metadata XML
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<longdescription>
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>.
</longdescription>
<use>
<flag name="externallibsass">Use LibSass that is installed in the system</flag>
<flag name="sharedlibsass">Build LibSass as a shared library (only if external_libsass = False)</flag>
</use>
</pkgmetadata>