/** * **libsass** - A C/C++ implementation of a Sass compiler * * @domain `sass-lang.com/libsass` * @version `3.6.6` (2 versions available) * @versions From newest version to oldest. * * @install `launchpad install sass-lang.com/libsass` * @homepage https://sass-lang.com/libsass * @buildDependencies `gnu.org/autoconf`, `gnu.org/automake`, `gnu.org/libtool` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.sasslangcomlibsass * console.log(pkg.name) // "libsass" * console.log(pkg.description) // "A C/C++ implementation of a Sass compiler" * console.log(pkg.versions[0]) // "3.6.6" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/sass-lang-com/libsass.md * @see https://ts-pkgx.netlify.app/usage */ export declare const sasslangcomlibsassPackage: { /** * The display name of this package. */ name: 'libsass'; /** * The canonical domain name for this package. */ domain: 'sass-lang.com/libsass'; /** * Brief description of what this package does. */ description: 'A C/C++ implementation of a Sass compiler'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/sass-lang.com/libsass/package.yml'; homepageUrl: 'https://sass-lang.com/libsass'; githubUrl: 'https://github.com/sass/libsass'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install sass-lang.com/libsass'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +sass-lang.com/libsass -- $SHELL -i'; launchpadInstallCommand: 'launchpad install sass-lang.com/libsass'; programs: readonly []; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['gnu.org/autoconf', 'gnu.org/automake', 'gnu.org/libtool']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['3.6.6', '3.6.5']; aliases: readonly [] }; export type SasslangcomlibsassPackage = typeof sasslangcomlibsassPackage