/** * **libmd** - BSD Mesage Digest library (mirror) * * @domain `hadrons.org/libmd` * @version `1.1.0` (2 versions available) * @versions From newest version to oldest. * * @install `launchpad install hadrons.org/libmd` * @homepage https://www.hadrons.org/software/libmd/ * @buildDependencies `gnu.org/patch`, `crates.io/semverator` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.hadronsorglibmd * console.log(pkg.name) // "libmd" * console.log(pkg.description) // "BSD Mesage Digest library (mirror)" * console.log(pkg.versions[0]) // "1.1.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/hadrons-org/libmd.md * @see https://ts-pkgx.netlify.app/usage */ export declare const hadronsorglibmdPackage: { /** * The display name of this package. */ name: 'libmd'; /** * The canonical domain name for this package. */ domain: 'hadrons.org/libmd'; /** * Brief description of what this package does. */ description: 'BSD Mesage Digest library (mirror)'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/hadrons.org/libmd/package.yml'; homepageUrl: 'https://www.hadrons.org/software/libmd/'; githubUrl: 'https://github.com/guillemj/libmd'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install hadrons.org/libmd'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +hadrons.org/libmd -- $SHELL -i'; launchpadInstallCommand: 'launchpad install hadrons.org/libmd'; programs: readonly []; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['gnu.org/patch', 'crates.io/semverator']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.1.0', '1.0.4']; aliases: readonly [] }; export type HadronsorglibmdPackage = typeof hadronsorglibmdPackage