/** * **pkcs11-helper** - Library that simplifies the interaction with PKCS#11 providers for end-user applications using a simple API and optional OpenSSL engine * * @domain `github.com/OpenSC/pkcs11-helper` * @version `1.31.0` (3 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/OpenSC/pkcs11-helper` * @dependencies `openssl.org^3.1.0` * @buildDependencies `gnu.org/autoconf`, `gnu.org/automake`, `gnu.org/libtool` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomopenscpkcs11helper * console.log(pkg.name) // "pkcs11-helper" * console.log(pkg.description) // "Library that simplifies the interaction with PK..." * console.log(pkg.versions[0]) // "1.31.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/OpenSC/pkcs11-helper.md * @see https://ts-pkgx.netlify.app/usage */ export declare const pkcs11helperPackage: { /** * The display name of this package. */ name: 'pkcs11-helper'; /** * The canonical domain name for this package. */ domain: 'github.com/OpenSC/pkcs11-helper'; /** * Brief description of what this package does. */ description: 'Library that simplifies the interaction with PKCS#11 providers for end-user applications using a simple API and optional OpenSSL engine'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/OpenSC/pkcs11-helper/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/OpenSC/pkcs11-helper'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/OpenSC/pkcs11-helper'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/OpenSC/pkcs11-helper -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/OpenSC/pkcs11-helper'; programs: readonly []; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['openssl.org^3.1.0']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['gnu.org/autoconf', 'gnu.org/automake', 'gnu.org/libtool']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.31.0', '1.30.0', '1.29.0']; aliases: readonly [] }; export type Pkcs11helperPackage = typeof pkcs11helperPackage