/** * **ttyd** - Command-line tool for sharing terminal over the web * * @domain `tsl0922.github.io/ttyd` * @programs `ttyd` * @version `1.7.7` (5 versions available) * @versions From newest version to oldest. * * @install `launchpad install tsl0922.github.io/ttyd` * @homepage https://tsl0922.github.io/ttyd/ * @dependencies `libuv.org@1`, `github.com/json-c/json-c^0.16`, `libwebsockets.org~4.3 # ABI version changes in 4.4`, ... (+1 more) * @buildDependencies `cmake.org@3` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.tsl0922githubiottyd * console.log(pkg.name) // "ttyd" * console.log(pkg.description) // "Command-line tool for sharing terminal over the..." * console.log(pkg.programs) // ["ttyd"] * console.log(pkg.versions[0]) // "1.7.7" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/tsl0922-github-io/ttyd.md * @see https://ts-pkgx.netlify.app/usage */ export declare const tsl0922githubiottydPackage: { /** * The display name of this package. */ name: 'ttyd'; /** * The canonical domain name for this package. */ domain: 'tsl0922.github.io/ttyd'; /** * Brief description of what this package does. */ description: 'Command-line tool for sharing terminal over the web'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/tsl0922.github.io/ttyd/package.yml'; homepageUrl: 'https://tsl0922.github.io/ttyd/'; githubUrl: 'https://github.com/tsl0922/ttyd'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install tsl0922.github.io/ttyd'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +tsl0922.github.io/ttyd -- $SHELL -i'; launchpadInstallCommand: 'launchpad install tsl0922.github.io/ttyd'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['ttyd']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['libuv.org@1', 'github.com/json-c/json-c^0.16', 'libwebsockets.org~4.3 # ABI version changes in 4.4', 'zlib.net@1']; /** * 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 ['1.7.7', '1.7.6', '1.7.5', '1.7.4', '1.7.2']; aliases: readonly [] }; export type Tsl0922githubiottydPackage = typeof tsl0922githubiottydPackage