/** * **comrak** - CommonMark + GFM compatible Markdown parser and renderer * * @domain `crates.io/comrak` * @programs `comrak` * @version `0.48.0` (27 versions available) * @versions From newest version to oldest. * * @install `launchpad install crates.io/comrak` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.cratesiocomrak * console.log(pkg.name) // "comrak" * console.log(pkg.description) // "CommonMark + GFM compatible Markdown parser and..." * console.log(pkg.programs) // ["comrak"] * console.log(pkg.versions[0]) // "0.48.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/crates-io/comrak.md * @see https://ts-pkgx.netlify.app/usage */ export declare const cratesiocomrakPackage: { /** * The display name of this package. */ name: 'comrak'; /** * The canonical domain name for this package. */ domain: 'crates.io/comrak'; /** * Brief description of what this package does. */ description: 'CommonMark + GFM compatible Markdown parser and renderer'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/crates.io/comrak/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/kivikakk/comrak'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install crates.io/comrak'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +crates.io/comrak -- $SHELL -i'; launchpadInstallCommand: 'launchpad install crates.io/comrak'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['comrak']; companions: readonly []; dependencies: readonly []; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.48.0', '0.47.0', '0.46.0', '0.45.0', '0.44.0', '0.43.0', '0.42.0', '0.41.1', '0.41.0', '0.40.0', '0.39.1', '0.39.0', '0.38.0', '0.37.0', '0.36.0', '0.35.0', '0.34.0', '0.33.0', '0.32.0', '0.31.0', '0.30.0', '0.29.0', '0.28.0', '0.27.0', '0.26.0', '0.25.0', '0.24.1']; aliases: readonly [] }; export type CratesiocomrakPackage = typeof cratesiocomrakPackage