/** * **miniupnp.free.fr** - pkgx package * * @domain `miniupnp.free.fr` * @version `2.3.3` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install miniupnp.free.fr` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.miniupnpfreefr * console.log(pkg.name) // "miniupnp.free.fr" * console.log(pkg.versions[0]) // "2.3.3" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/miniupnp-free-fr.md * @see https://ts-pkgx.netlify.app/usage */ export declare const miniupnpfreefrPackage: { /** * The display name of this package. */ name: 'miniupnp.free.fr'; /** * The canonical domain name for this package. */ domain: 'miniupnp.free.fr'; /** * Brief description of what this package does. */ description: ''; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/miniupnp.free.fr/package.yml'; homepageUrl: ''; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install miniupnp.free.fr'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +miniupnp.free.fr -- $SHELL -i'; launchpadInstallCommand: 'launchpad install miniupnp.free.fr'; programs: readonly []; companions: readonly []; dependencies: readonly []; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['2.3.3']; aliases: readonly [] }; export type MiniupnpfreefrPackage = typeof miniupnpfreefrPackage