UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

59 lines 2.2 kB
/** * **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.30.0` (2 versions available) * @versions From newest version to oldest. * * @install `launchpad install +github.com/OpenSC/pkcs11-helper -- $SHELL -i` * @dependencies `openssl.org^3.1.0` * * @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.30.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 githubcomopenscpkcs11helperPackage: { /** * 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/pkgxdev/pantry/'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install +github.com/OpenSC/pkcs11-helper -- $SHELL -i'; programs: readonly []; companions: readonly []; /** * Required dependencies for this package. * These will be automatically installed. */ dependencies: readonly ['openssl.org^3.1.0']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.30.0', '1.29.0']; aliases: readonly [] }; export type Githubcomopenscpkcs11helperPackage = typeof githubcomopenscpkcs11helperPackage