/** * **ronn** - the opposite of roff * * @domain `rtomayko.github.io/ronn` * @programs `ronn` * @version `0.7.3` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install rtomayko.github.io/ronn` * @homepage http://rtomayko.github.com/ronn/ * @dependencies `ruby-lang.org^3.1`, `rubygems.org` * @buildDependencies `rubygems.org` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.rtomaykogithubioronn * console.log(pkg.name) // "ronn" * console.log(pkg.description) // "the opposite of roff" * console.log(pkg.programs) // ["ronn"] * console.log(pkg.versions[0]) // "0.7.3" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/rtomayko-github-io/ronn.md * @see https://ts-pkgx.netlify.app/usage */ export declare const rtomaykogithubioronnPackage: { /** * The display name of this package. */ name: 'ronn'; /** * The canonical domain name for this package. */ domain: 'rtomayko.github.io/ronn'; /** * Brief description of what this package does. */ description: 'the opposite of roff'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/rtomayko.github.io/ronn/package.yml'; homepageUrl: 'http://rtomayko.github.com/ronn/'; githubUrl: 'https://github.com/rtomayko/ronn'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install rtomayko.github.io/ronn'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +rtomayko.github.io/ronn -- $SHELL -i'; launchpadInstallCommand: 'launchpad install rtomayko.github.io/ronn'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['ronn']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['ruby-lang.org^3.1', 'rubygems.org']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['rubygems.org']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.7.3']; aliases: readonly [] }; export type RtomaykogithubioronnPackage = typeof rtomaykogithubioronnPackage