/** * **gauche** - R7RS Scheme implementation, developed to be a handy script interpreter * * @domain `practical-scheme.net/gauche` * @programs `gauche-cesconv`, `gauche-config`, `gauche-install`, `gauche-package`, `gosh` * @version `0.9.15` (2 versions available) * @versions From newest version to oldest. * * @install `launchpad install practical-scheme.net/gauche` * @homepage https://practical-scheme.net/gauche/ * @dependencies `curl.se/ca-certs>=2023`, `github.com/Mbed-TLS/mbedtls^3.5`, `github.com/besser82/libxcrypt^4.4`, ... (+1 more) * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.practicalschemenetgauche * console.log(pkg.name) // "gauche" * console.log(pkg.description) // "R7RS Scheme implementation, developed to be a h..." * console.log(pkg.programs) // ["gauche-cesconv", "gauche-config", ...] * console.log(pkg.versions[0]) // "0.9.15" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/practical-scheme-net/gauche.md * @see https://ts-pkgx.netlify.app/usage */ export declare const practicalschemenetgauchePackage: { /** * The display name of this package. */ name: 'gauche'; /** * The canonical domain name for this package. */ domain: 'practical-scheme.net/gauche'; /** * Brief description of what this package does. */ description: 'R7RS Scheme implementation, developed to be a handy script interpreter'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/practical-scheme.net/gauche/package.yml'; homepageUrl: 'https://practical-scheme.net/gauche/'; githubUrl: 'https://github.com/shirok/Gauche'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install practical-scheme.net/gauche'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +practical-scheme.net/gauche -- $SHELL -i'; launchpadInstallCommand: 'launchpad install practical-scheme.net/gauche'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['gauche-cesconv', 'gauche-config', 'gauche-install', 'gauche-package', 'gosh']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['curl.se/ca-certs>=2023', 'github.com/Mbed-TLS/mbedtls^3.5', 'github.com/besser82/libxcrypt^4.4', 'zlib.net^1.3']; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.9.15', '0.9.14']; aliases: readonly [] }; export type PracticalschemenetgauchePackage = typeof practicalschemenetgauchePackage