/** * **pandoc-crossref** - Pandoc filter for numbering and cross-referencing * * @domain `pandoc.org/crossref` * @programs `pandoc-crossref` * @version `0.3.22` (10 versions available) * @versions From newest version to oldest. * * @install `launchpad install pandoc.org/crossref` * @homepage https://lierdakil.github.io/pandoc-crossref/ * @dependencies `pandoc.org^3.8`, `zlib.net@1`, `gnu.org/gmp@6` * @buildDependencies `haskell.org@~9.8.4`, `haskell.org/cabal@^3`, `openssl.org@^1.1` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.pandocorgcrossref * console.log(pkg.name) // "pandoc-crossref" * console.log(pkg.description) // "Pandoc filter for numbering and cross-referencing" * console.log(pkg.programs) // ["pandoc-crossref"] * console.log(pkg.versions[0]) // "0.3.22" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/pandoc-org/crossref.md * @see https://ts-pkgx.netlify.app/usage */ export declare const pandocorgcrossrefPackage: { /** * The display name of this package. */ name: 'pandoc-crossref'; /** * The canonical domain name for this package. */ domain: 'pandoc.org/crossref'; /** * Brief description of what this package does. */ description: 'Pandoc filter for numbering and cross-referencing'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/pandoc.org/crossref/package.yml'; homepageUrl: 'https://lierdakil.github.io/pandoc-crossref/'; githubUrl: 'https://github.com/lierdakil/pandoc-crossref'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install pandoc.org/crossref'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +pandoc.org/crossref -- $SHELL -i'; launchpadInstallCommand: 'launchpad install pandoc.org/crossref'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['pandoc-crossref']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['pandoc.org^3.8', 'zlib.net@1', 'gnu.org/gmp@6']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['haskell.org@~9.8.4', 'haskell.org/cabal@^3', 'openssl.org@^1.1']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.3.22', '0.3.21', '0.3.20', '0.3.19', '0.3.18.2', '0.3.18.1', '0.3.17.1', '0.3.17.0', '0.3.16.0', '0.3.15.2']; aliases: readonly [] }; export type PandocorgcrossrefPackage = typeof pandocorgcrossrefPackage