/** * **svn** - Version control system designed to be a better CVS * * @domain `apache.org/subversion` * @programs `svn`, `svnadmin`, `svnbench`, `svndumpfilter`, `svnfsfs`, ... (+6 more) * @version `1.14.5` (4 versions available) * @versions From newest version to oldest. * * @install `launchpad install apache.org/subversion` * @homepage https://subversion.apache.org/ * @dependencies `gnu.org/gettext^0.21`, `lz4.org^1`, `openssl.org^1.1`, ... (+8 more) * @buildDependencies `swig.org@^4`, `python.org@~3.11` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.apacheorgsubversion * console.log(pkg.name) // "svn" * console.log(pkg.description) // "Version control system designed to be a better CVS" * console.log(pkg.programs) // ["svn", "svnadmin", ...] * console.log(pkg.versions[0]) // "1.14.5" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/apache-org/subversion.md * @see https://ts-pkgx.netlify.app/usage */ export declare const apacheorgsubversionPackage: { /** * The display name of this package. */ name: 'svn'; /** * The canonical domain name for this package. */ domain: 'apache.org/subversion'; /** * Brief description of what this package does. */ description: 'Version control system designed to be a better CVS'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/apache.org/subversion/package.yml'; homepageUrl: 'https://subversion.apache.org/'; githubUrl: 'https://github.com/apache/subversion'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install apache.org/subversion'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +apache.org/subversion -- $SHELL -i'; launchpadInstallCommand: 'launchpad install apache.org/subversion'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['svn', 'svnadmin', 'svnbench', 'svndumpfilter', 'svnfsfs', 'svnlook', 'svnmucc', 'svnrdump', 'svnserve', 'svnsync', 'svnversion']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['gnu.org/gettext^0.21', 'lz4.org^1', 'openssl.org^1.1', 'github.com/JuliaStrings/utf8proc^2', 'libexpat.github.io^2', 'kerberos.org^1.20', 'sqlite.org^3', 'zlib.net^1.2', 'apache.org/apr^1', 'apache.org/apr-util^1', 'apache.org/serf^1']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['swig.org@^4', 'python.org@~3.11']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.14.5', '1.14.4', '1.14.3', '1.14.2']; aliases: readonly [] }; export type ApacheorgsubversionPackage = typeof apacheorgsubversionPackage