UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

61 lines 2.25 kB
/** * **github.com/thkukuk/libnsl** - This library contains the public client interface for NIS(YP) and NIS+ in a IPv6 ready version * * @domain `github.com/thkukuk/libnsl` * @version `2.0.1` (2 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/thkukuk/libnsl` * @dependencies `sourceforge.net/libtirpc` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomthkukuklibnsl * console.log(pkg.name) // "github.com/thkukuk/libnsl" * console.log(pkg.description) // "This library contains the public client interfa..." * console.log(pkg.versions[0]) // "2.0.1" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/thkukuk/libnsl.md * @see https://ts-pkgx.netlify.app/usage */ export declare const githubcomthkukuklibnslPackage: { /** * The display name of this package. */ name: 'github.com/thkukuk/libnsl'; /** * The canonical domain name for this package. */ domain: 'github.com/thkukuk/libnsl'; /** * Brief description of what this package does. */ description: 'This library contains the public client interface for NIS(YP) and NIS+ in a IPv6 ready version'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/thkukuk/libnsl/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/pkgxdev/pantry/'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/thkukuk/libnsl'; programs: readonly []; companions: readonly []; /** * Required dependencies for this package. * These will be automatically installed. */ dependencies: readonly ['sourceforge.net/libtirpc']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['2.0.1', '2.0.0']; aliases: readonly []; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/thkukuk/libnsl -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/thkukuk/libnsl' }; export type GithubcomthkukuklibnslPackage = typeof githubcomthkukuklibnslPackage