/** * **libcython** - The most widely used Python to C compiler * * @domain `cython.org/libcython` * @version `3.2.2` (24 versions available) * @versions From newest version to oldest. * * @install `launchpad install cython.org/libcython` * @homepage https://cython.org * @dependencies `python.org~3.11` * @buildDependencies `llvm.org` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.cythonorglibcython * console.log(pkg.name) // "libcython" * console.log(pkg.description) // "The most widely used Python to C compiler" * console.log(pkg.versions[0]) // "3.2.2" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/cython-org/libcython.md * @see https://ts-pkgx.netlify.app/usage */ export declare const cythonorglibcythonPackage: { /** * The display name of this package. */ name: 'libcython'; /** * The canonical domain name for this package. */ domain: 'cython.org/libcython'; /** * Brief description of what this package does. */ description: 'The most widely used Python to C compiler'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/cython.org/libcython/package.yml'; homepageUrl: 'https://cython.org'; githubUrl: 'https://github.com/cython/cython'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install cython.org/libcython'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +cython.org/libcython -- $SHELL -i'; launchpadInstallCommand: 'launchpad install cython.org/libcython'; programs: readonly []; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['python.org~3.11']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['llvm.org']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['3.2.2', '3.2.1', '3.2.0', '3.1.7', '3.1.6', '3.1.5', '3.1.4', '3.1.3', '3.1.2', '3.1.1', '3.1.0', '3.0.12', '3.0.11', '3.0.10', '3.0.9', '3.0.8', '3.0.7', '3.0.6', '3.0.5', '3.0.4', '3.0.3', '3.0.2', '0.29.37.1', '0.29.37']; aliases: readonly [] }; export type CythonorglibcythonPackage = typeof cythonorglibcythonPackage