/** * **libxcrypt** - Extended crypt library for descrypt, md5crypt, bcrypt, and others * * @domain `github.com/besser82/libxcrypt` * @version `4.5.2` (9 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/besser82/libxcrypt` * @buildDependencies `perl.org` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcombesser82libxcrypt * console.log(pkg.name) // "libxcrypt" * console.log(pkg.description) // "Extended crypt library for descrypt, md5crypt, ..." * console.log(pkg.versions[0]) // "4.5.2" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/besser82/libxcrypt.md * @see https://ts-pkgx.netlify.app/usage */ export declare const libxcryptPackage: { /** * The display name of this package. */ name: 'libxcrypt'; /** * The canonical domain name for this package. */ domain: 'github.com/besser82/libxcrypt'; /** * Brief description of what this package does. */ description: 'Extended crypt library for descrypt, md5crypt, bcrypt, and others'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/besser82/libxcrypt/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/besser82/libxcrypt'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/besser82/libxcrypt'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/besser82/libxcrypt -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/besser82/libxcrypt'; programs: readonly []; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['perl.org']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['4.5.2', '4.5.1', '4.5.0', '4.4.38', '4.4.37', '4.4.36', '4.4.35', '4.4.34', '4.4.33']; aliases: readonly [] }; export type LibxcryptPackage = typeof libxcryptPackage