/** * **libnl** - Netlink Library Suite * * @domain `github.com/thom311/libnl` * @version `3.12.0` (6 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/thom311/libnl` * @buildDependencies `gnu.org/bison`, `github.com/westes/flex` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomthom311libnl * console.log(pkg.name) // "libnl" * console.log(pkg.description) // "Netlink Library Suite" * console.log(pkg.versions[0]) // "3.12.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/thom311/libnl.md * @see https://ts-pkgx.netlify.app/usage */ export declare const libnlPackage: { /** * The display name of this package. */ name: 'libnl'; /** * The canonical domain name for this package. */ domain: 'github.com/thom311/libnl'; /** * Brief description of what this package does. */ description: 'Netlink Library Suite'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/thom311/libnl/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/thom311/libnl'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/thom311/libnl'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/thom311/libnl -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/thom311/libnl'; 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/bison', 'github.com/westes/flex']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['3.12.0', '3.11.0', '3.10.0', '3.9.0', '3.8.0', '3.7.0']; aliases: readonly [] }; export type LibnlPackage = typeof libnlPackage