/** * **surreal** - A scalable, distributed, collaborative, document-graph database, for the realtime web * * @domain `surrealdb.com` * @programs `surreal` * @version `2023.9.1` (58 versions available) * @versions From newest version to oldest. * * @install `launchpad install surrealdb.com` * @homepage https://surrealdb.com * @dependencies `openssl.org^1` * @buildDependencies `gnu.org/patch` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.surrealdbcom * console.log(pkg.name) // "surreal" * console.log(pkg.description) // "A scalable, distributed, collaborative, documen..." * console.log(pkg.programs) // ["surreal"] * console.log(pkg.versions[0]) // "2023.9.1" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/surrealdb-com.md * @see https://ts-pkgx.netlify.app/usage */ export declare const surrealdbcomPackage: { /** * The display name of this package. */ name: 'surreal'; /** * The canonical domain name for this package. */ domain: 'surrealdb.com'; /** * Brief description of what this package does. */ description: 'A scalable, distributed, collaborative, document-graph database, for the realtime web'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/surrealdb.com/package.yml'; homepageUrl: 'https://surrealdb.com'; githubUrl: 'https://github.com/surrealdb/surrealdb'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install surrealdb.com'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +surrealdb.com -- $SHELL -i'; launchpadInstallCommand: 'launchpad install surrealdb.com'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['surreal']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['openssl.org^1']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['gnu.org/patch']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['2023.9.1', '2.4.0', '2.3.10', '2.3.9', '2.3.8', '2.3.7', '2.3.6', '2.3.5', '2.3.4', '2.3.3', '2.3.2', '2.3.1', '2.3.0', '2.2.8', '2.2.7', '2.2.6', '2.2.5', '2.2.4', '2.2.3', '2.2.2', '2.2.1', '2.2.0', '2.1.9', '2.1.8', '2.1.7', '2.1.6', '2.1.5', '2.1.4', '2.1.3', '2.1.2', '2.1.1', '2.1.0', '2.0.5', '2.0.4', '2.0.3', '2.0.2', '2.0.1', '2.0.0', '1.5.6', '1.5.5', '1.5.4', '1.5.3', '1.5.2', '1.5.1', '1.5.0', '1.4.2', '1.4.0', '1.3.1', '1.3.0', '1.2.2', '1.2.1', '1.2.0', '1.1.1', '1.1.0', '1.0.2', '1.0.1', '1.0.0', '0.0.0']; aliases: readonly [] }; export type SurrealdbcomPackage = typeof surrealdbcomPackage