/** * **mercure** - 🪽 An open, easy, fast, reliable and battery-efficient solution for real-time communications * * @domain `mercure.rocks` * @programs `mercure` * @version `0.21.2` (18 versions available) * @versions From newest version to oldest. * * @install `launchpad install mercure.rocks` * @homepage https://mercure.rocks * @buildDependencies `go.dev@^1.19`, `goreleaser.com@>=2.4.2` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.mercurerocks * console.log(pkg.name) // "mercure" * console.log(pkg.description) // "🪽 An open, easy, fast, reliable and battery-ef..." * console.log(pkg.programs) // ["mercure"] * console.log(pkg.versions[0]) // "0.21.2" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/mercure-rocks.md * @see https://ts-pkgx.netlify.app/usage */ export declare const mercurerocksPackage: { /** * The display name of this package. */ name: 'mercure'; /** * The canonical domain name for this package. */ domain: 'mercure.rocks'; /** * Brief description of what this package does. */ description: '🪽 An open, easy, fast, reliable and battery-efficient solution for real-time communications'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/mercure.rocks/package.yml'; homepageUrl: 'https://mercure.rocks'; githubUrl: 'https://github.com/dunglas/mercure'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install mercure.rocks'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +mercure.rocks -- $SHELL -i'; launchpadInstallCommand: 'launchpad install mercure.rocks'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['mercure']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['go.dev@^1.19', 'goreleaser.com@>=2.4.2']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.21.2', '0.21.1', '0.21.0', '0.20.2', '0.20.1', '0.20.0', '0.19.3', '0.19.2', '0.19.1', '0.19.0', '0.18.4', '0.18.3', '0.18.2', '0.18.1', '0.18.0', '0.17.1', '0.17.0', '0.16.3']; aliases: readonly [] }; export type MercurerocksPackage = typeof mercurerocksPackage