/** * **gitql** - GitQL is a extensible SQL-like query language and SDK to perform queries on various data sources such .git files with supports of most of SQL features such as grouping, ordering and aggregation and window functions and allow customization like user-defined types and functions * * @domain `amrdeveloper.github.io/GQL` * @programs `gitql` * @version `0.42.0` (36 versions available) * @versions From newest version to oldest. * * @install `launchpad install amrdeveloper.github.io/GQL` * @homepage https://amrdeveloper.github.io/GQL/ * @dependencies `libgit2.org~1.7 # links to libgit2.so.1.7` * @buildDependencies `cmake.org@^3` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.amrdevelopergithubiogql * console.log(pkg.name) // "gitql" * console.log(pkg.description) // "GitQL is a extensible SQL-like query language a..." * console.log(pkg.programs) // ["gitql"] * console.log(pkg.versions[0]) // "0.42.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/amrdeveloper-github-io/GQL.md * @see https://ts-pkgx.netlify.app/usage */ export declare const amrdevelopergithubiogqlPackage: { /** * The display name of this package. */ name: 'gitql'; /** * The canonical domain name for this package. */ domain: 'amrdeveloper.github.io/GQL'; /** * Brief description of what this package does. */ description: 'GitQL is a extensible SQL-like query language and SDK to perform queries on various data sources such .git files with supports of most of SQL features such as grouping, ordering and aggregation and window functions and allow customization like user-defined types and functions'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/amrdeveloper.github.io/GQL/package.yml'; homepageUrl: 'https://amrdeveloper.github.io/GQL/'; githubUrl: 'https://github.com/AmrDeveloper/GQL'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install amrdeveloper.github.io/GQL'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +amrdeveloper.github.io/GQL -- $SHELL -i'; launchpadInstallCommand: 'launchpad install amrdeveloper.github.io/GQL'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['gitql']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['libgit2.org~1.7 # links to libgit2.so.1.7']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['cmake.org@^3']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.42.0', '0.41.0', '0.40.0', '0.39.0', '0.38.0', '0.37.0', '0.36.0', '0.35.0', '0.34.0', '0.33.0', '0.32.0', '0.31.0', '0.30.0', '0.29.1', '0.28.0', '0.27.0', '0.26.0', '0.25.0', '0.24.0', '0.23.0', '0.22.1', '0.22.0', '0.21.0', '0.20.0', '0.19.1', '0.19.0', '0.18.0', '0.17.0', '0.16.0', '0.15.0', '0.14.0', '0.13.0', '0.12.0', '0.11.0', '0.10.0', '0.9.0']; aliases: readonly [] }; export type AmrdevelopergithubiogqlPackage = typeof amrdevelopergithubiogqlPackage