/** * **crystal** - Fast and statically typed, compiled language with Ruby-like syntax * * @domain `crystal-lang.org` * @programs `crystal` * @version `1.18.2` (24 versions available) * @versions From newest version to oldest. * * @install `launchpad install crystal-lang.org` * @homepage https://crystal-lang.org/ * @dependencies `hboehm.info/gc^8`, `gnu.org/gmp^6`, `libevent.org^2`, ... (+7 more) * @buildDependencies `curl.se` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.crystallangorg * console.log(pkg.name) // "crystal" * console.log(pkg.description) // "Fast and statically typed, compiled language wi..." * console.log(pkg.programs) // ["crystal"] * console.log(pkg.versions[0]) // "1.18.2" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/crystal-lang-org.md * @see https://ts-pkgx.netlify.app/usage */ export declare const crystallangorgPackage: { /** * The display name of this package. */ name: 'crystal'; /** * The canonical domain name for this package. */ domain: 'crystal-lang.org'; /** * Brief description of what this package does. */ description: 'Fast and statically typed, compiled language with Ruby-like syntax'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/crystal-lang.org/package.yml'; homepageUrl: 'https://crystal-lang.org/'; githubUrl: 'https://github.com/crystal-lang/crystal'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install crystal-lang.org'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +crystal-lang.org -- $SHELL -i'; launchpadInstallCommand: 'launchpad install crystal-lang.org'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['crystal']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['hboehm.info/gc^8', 'gnu.org/gmp^6', 'libevent.org^2', 'pyyaml.org/libyaml^0', 'llvm.org<17', 'openssl.org^1.1', 'pcre.org/v2^10', 'freedesktop.org/pkg-config^0', 'sourceware.org/libffi^3', 'invisible-island.net/ncurses^6']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['curl.se']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.18.2', '1.18.1', '1.18.0', '1.17.1', '1.17.0', '1.16.3', '1.16.2', '1.16.1', '1.16.0', '1.15.1', '1.15.0', '1.14.1', '1.14.0', '1.13.3', '1.13.2', '1.13.1', '1.13.0', '1.12.2', '1.12.1', '1.12.0', '1.11.2', '1.11.1', '1.11.0', '1.10.1']; aliases: readonly [] }; export type CrystallangorgPackage = typeof crystallangorgPackage