/** * **liblqr.wikidot** - Liquid Rescale library * * @domain `liblqr.wikidot.com` * @version `0.4.3` (2 versions available) * @versions From newest version to oldest. * * @install `launchpad install liblqr.wikidot.com` * @dependencies `gnome.org/glib` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.liblqrwikidotcom * console.log(pkg.name) // "liblqr.wikidot" * console.log(pkg.description) // "Liquid Rescale library" * console.log(pkg.versions[0]) // "0.4.3" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/liblqr-wikidot-com.md * @see https://ts-pkgx.netlify.app/usage */ export declare const liblqrwikidotcomPackage: { /** * The display name of this package. */ name: 'liblqr.wikidot'; /** * The canonical domain name for this package. */ domain: 'liblqr.wikidot.com'; /** * Brief description of what this package does. */ description: 'Liquid Rescale library'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/liblqr.wikidot.com/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/carlobaldassi/liblqr'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install liblqr.wikidot.com'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +liblqr.wikidot.com -- $SHELL -i'; launchpadInstallCommand: 'launchpad install liblqr.wikidot.com'; programs: readonly []; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['gnome.org/glib']; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.4.3', '0.4.2']; aliases: readonly [] }; export type LiblqrwikidotcomPackage = typeof liblqrwikidotcomPackage