/** * **libcerf** - pkgx package * * @domain `jugit.fz-juelich.de/mlz/libcerf` * @version `2.5.0` (2 versions available) * @versions From newest version to oldest. * * @install `launchpad install jugit.fz-juelich.de/mlz/libcerf` * @buildDependencies `cmake.org`, `perl.org@^5` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.jugitfzjuelichdemlzlibcerf * console.log(pkg.name) // "libcerf" * console.log(pkg.versions[0]) // "2.5.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/jugit-fz-juelich-de/mlz/libcerf.md * @see https://ts-pkgx.netlify.app/usage */ export declare const jugitfzjuelichdemlzlibcerfPackage: { /** * The display name of this package. */ name: 'libcerf'; /** * The canonical domain name for this package. */ domain: 'jugit.fz-juelich.de/mlz/libcerf'; /** * Brief description of what this package does. */ description: ''; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/jugit.fz-juelich.de/mlz/libcerf/package.yml'; homepageUrl: ''; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install jugit.fz-juelich.de/mlz/libcerf'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +jugit.fz-juelich.de/mlz/libcerf -- $SHELL -i'; launchpadInstallCommand: 'launchpad install jugit.fz-juelich.de/mlz/libcerf'; programs: readonly []; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['cmake.org', 'perl.org@^5']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['2.5.0', '2.4.0']; aliases: readonly [] }; export type JugitfzjuelichdemlzlibcerfPackage = typeof jugitfzjuelichdemlzlibcerfPackage