/** * **codex** - pkgx package * * @domain `openai.com/codex` * @version `0.65.0` (28 versions available) * @versions From newest version to oldest. * * @install `launchpad install openai.com/codex` * @dependencies `openssl.org^1.1` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.openaicomcodex * console.log(pkg.name) // "codex" * console.log(pkg.versions[0]) // "0.65.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/openai-com/codex.md * @see https://ts-pkgx.netlify.app/usage */ export declare const openaicomcodexPackage: { /** * The display name of this package. */ name: 'codex'; /** * The canonical domain name for this package. */ domain: 'openai.com/codex'; /** * Brief description of what this package does. */ description: ''; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/openai.com/codex/package.yml'; homepageUrl: ''; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install openai.com/codex'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +openai.com/codex -- $SHELL -i'; launchpadInstallCommand: 'launchpad install openai.com/codex'; programs: readonly []; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['openssl.org^1.1']; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.65.0', '0.64.0', '0.63.0', '0.62.0', '0.61.0', '0.60.1', '0.59.0', '0.58.0', '0.57.0', '0.56.0', '0.55.0', '0.54.0', '0.53.0', '0.52.0', '0.50.0', '0.49.0', '0.48.0', '0.47.0', '0.46.0', '0.45.0', '0.44.0', '0.42.0', '0.41.0', '0.40.0', '0.39.0', '0.38.0', '0.37.0', '0.36.0']; aliases: readonly [] }; export type OpenaicomcodexPackage = typeof openaicomcodexPackage