/** * **p11-kit** - Provides a way to load and enumerate PKCS#11 modules. * * @domain `freedesktop.org/p11-kit` * @programs `p11-kit`, `trust` * @version `0.25.10` (12 versions available) * @versions From newest version to oldest. * * @install `launchpad install freedesktop.org/p11-kit` * @homepage https://p11-glue.freedesktop.org * @dependencies `sourceware.org/libffi^3`, `curl.se/ca-certs`, `gnu.org/libtasn1^4`, ... (+1 more) * @buildDependencies `python.org@3`, `mesonbuild.com` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.freedesktoporgp11kit * console.log(pkg.name) // "p11-kit" * console.log(pkg.description) // "Provides a way to load and enumerate PKCS#11 mo..." * console.log(pkg.programs) // ["p11-kit", "trust"] * console.log(pkg.versions[0]) // "0.25.10" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/freedesktop-org/p11-kit.md * @see https://ts-pkgx.netlify.app/usage */ export declare const freedesktoporgp11kitPackage: { /** * The display name of this package. */ name: 'p11-kit'; /** * The canonical domain name for this package. */ domain: 'freedesktop.org/p11-kit'; /** * Brief description of what this package does. */ description: 'Provides a way to load and enumerate PKCS#11 modules.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/freedesktop.org/p11-kit/package.yml'; homepageUrl: 'https://p11-glue.freedesktop.org'; githubUrl: 'https://github.com/p11-glue/p11-kit'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install freedesktop.org/p11-kit'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +freedesktop.org/p11-kit -- $SHELL -i'; launchpadInstallCommand: 'launchpad install freedesktop.org/p11-kit'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['p11-kit', 'trust']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['sourceware.org/libffi^3', 'curl.se/ca-certs', 'gnu.org/libtasn1^4', 'gnu.org/gettext']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['python.org@3', 'mesonbuild.com']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.25.10', '0.25.9', '0.25.8', '0.25.7', '0.25.6', '0.25.5', '0.25.4', '0.25.3', '0.25.2', '0.25.1', '0.25.0', '0.24.1']; aliases: readonly [] }; export type Freedesktoporgp11kitPackage = typeof freedesktoporgp11kitPackage