/** * **asn1** - ASN.1 structure parser library * * @domain `gnu.org/libtasn1` * @programs `asn1Coding`, `asn1Decoding`, `asn1Parser` * @version `4.20.0` (2 versions available) * @versions From newest version to oldest. * * @install `launchpad install gnu.org/libtasn1` * @homepage https://www.gnu.org/software/libtasn1/ * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.gnuorglibtasn1 * console.log(pkg.name) // "asn1" * console.log(pkg.description) // "ASN.1 structure parser library" * console.log(pkg.programs) // ["asn1Coding", "asn1Decoding", ...] * console.log(pkg.versions[0]) // "4.20.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/gnu-org/libtasn1.md * @see https://ts-pkgx.netlify.app/usage */ export declare const gnuorglibtasn1Package: { /** * The display name of this package. */ name: 'asn1'; /** * The canonical domain name for this package. */ domain: 'gnu.org/libtasn1'; /** * Brief description of what this package does. */ description: 'ASN.1 structure parser library'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/gnu.org/libtasn1/package.yml'; homepageUrl: 'https://www.gnu.org/software/libtasn1/'; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install gnu.org/libtasn1'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +gnu.org/libtasn1 -- $SHELL -i'; launchpadInstallCommand: 'launchpad install gnu.org/libtasn1'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['asn1Coding', 'asn1Decoding', 'asn1Parser']; companions: readonly []; dependencies: readonly []; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['4.20.0', '4.19.0']; aliases: readonly [] }; export type Gnuorglibtasn1Package = typeof gnuorglibtasn1Package