/** * **prql** - PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement * * @domain `prql-lang.org` * @programs `prql-compiler`, `prqlc` * @version `0.13.7` (36 versions available) * @versions From newest version to oldest. * * @install `launchpad install prql-lang.org` * @homepage https://prql-lang.org * @buildDependencies `linux:llvm.org@18` (includes OS-specific dependencies with `os:package` format) - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.prqllangorg * console.log(pkg.name) // "prql" * console.log(pkg.description) // "PRQL is a modern language for transforming data..." * console.log(pkg.programs) // ["prql-compiler", "prqlc"] * console.log(pkg.versions[0]) // "0.13.7" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/prql-lang-org.md * @see https://ts-pkgx.netlify.app/usage */ export declare const prqllangorgPackage: { /** * The display name of this package. */ name: 'prql'; /** * The canonical domain name for this package. */ domain: 'prql-lang.org'; /** * Brief description of what this package does. */ description: 'PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/prql-lang.org/package.yml'; homepageUrl: 'https://prql-lang.org'; githubUrl: 'https://github.com/PRQL/prql'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install prql-lang.org'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +prql-lang.org -- $SHELL -i'; launchpadInstallCommand: 'launchpad install prql-lang.org'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['prql-compiler', 'prqlc']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. * OS-specific dependencies are prefixed with `os:` (e.g., `linux:gnu.org/gcc`). */ buildDependencies: readonly ['linux:llvm.org@18']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.13.7', '0.13.6', '0.13.5', '0.13.4', '0.13.3', '0.13.2', '0.13.1', '0.13.0', '0.12.2', '0.12.1', '0.12.0', '0.11.4', '0.11.3', '0.11.2', '0.11.1', '0.11.0', '0.10.1', '0.10.0', '0.9.5', '0.9.3', '0.9.2', '0.9.1', '0.9.0', '0.8.1', '0.8.0', '0.7.1', '0.7.0', '0.6.1', '0.6.0', '0.5.2', '0.5.1', '0.5.0', '0.4.2', '0.4.1', '0.4.0', '0.3.1']; aliases: readonly [] }; export type PrqllangorgPackage = typeof prqllangorgPackage