/** * **json** - A fast streaming JSON parsing library in C. * * @domain `lloyd.github.io/yajl` * @programs `json_reformat`, `json_verify` * @version `2.1.0` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install lloyd.github.io/yajl` * @homepage https://lloyd.github.io/yajl/ * @buildDependencies `cmake.org`, `linux:gnu.org/gcc`, `linux:gnu.org/make` (includes OS-specific dependencies with `os:package` format) - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.lloydgithubioyajl * console.log(pkg.name) // "json" * console.log(pkg.description) // "A fast streaming JSON parsing library in C." * console.log(pkg.programs) // ["json_reformat", "json_verify"] * console.log(pkg.versions[0]) // "2.1.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/lloyd-github-io/yajl.md * @see https://ts-pkgx.netlify.app/usage */ export declare const lloydgithubioyajlPackage: { /** * The display name of this package. */ name: 'json'; /** * The canonical domain name for this package. */ domain: 'lloyd.github.io/yajl'; /** * Brief description of what this package does. */ description: 'A fast streaming JSON parsing library in C.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/lloyd.github.io/yajl/package.yml'; homepageUrl: 'https://lloyd.github.io/yajl/'; githubUrl: 'https://github.com/lloyd/yajl'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install lloyd.github.io/yajl'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +lloyd.github.io/yajl -- $SHELL -i'; launchpadInstallCommand: 'launchpad install lloyd.github.io/yajl'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['json_reformat', 'json_verify']; 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 ['cmake.org', 'linux:gnu.org/gcc', 'linux:gnu.org/make']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['2.1.0']; aliases: readonly [] }; export type LloydgithubioyajlPackage = typeof lloydgithubioyajlPackage