/** * **puzzles** - pkgx package * * @domain `chiark.greenend.org.uk/puzzles` * @version `20251127.0.0` (3 versions available) * @versions From newest version to oldest. * * @install `launchpad install chiark.greenend.org.uk/puzzles` * @dependencies `linux:gtk.org/gtk3` (includes OS-specific dependencies with `os:package` format) * @buildDependencies `cmake.org@>=3.5`, `chiark.greenend.org.uk/halibut`, `linux:llvm.org@20`, ... (+1 more) (includes OS-specific dependencies with `os:package` format) - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.chiarkgreenendorgukpuzzles * console.log(pkg.name) // "puzzles" * console.log(pkg.versions[0]) // "20251127.0.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/chiark-greenend-org-uk/puzzles.md * @see https://ts-pkgx.netlify.app/usage */ export declare const chiarkgreenendorgukpuzzlesPackage: { /** * The display name of this package. */ name: 'puzzles'; /** * The canonical domain name for this package. */ domain: 'chiark.greenend.org.uk/puzzles'; /** * Brief description of what this package does. */ description: ''; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/chiark.greenend.org.uk/puzzles/package.yml'; homepageUrl: ''; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install chiark.greenend.org.uk/puzzles'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +chiark.greenend.org.uk/puzzles -- $SHELL -i'; launchpadInstallCommand: 'launchpad install chiark.greenend.org.uk/puzzles'; programs: readonly []; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. * OS-specific dependencies are prefixed with `os:` (e.g., `linux:freetype.org`). */ dependencies: readonly ['linux:gtk.org/gtk3']; /** * Build dependencies for this package. * These are only required when building the package from source. * OS-specific dependencies are prefixed with `os:` (e.g., `linux:gnu.org/gcc`). */ buildDependencies: readonly ['cmake.org@>=3.5', 'chiark.greenend.org.uk/halibut', 'linux:llvm.org@20', 'linux:imagemagick.org']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['20251127.0.0', '20251120.0.0', '20251021.0.0']; aliases: readonly [] }; export type ChiarkgreenendorgukpuzzlesPackage = typeof chiarkgreenendorgukpuzzlesPackage