/** * **liburcu** - liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This data synchronization library provides read-side access which scales linearly with the number of cores. * * @domain `liburcu.org` * @version `0.15.5` (6 versions available) * @versions From newest version to oldest. * * @install `launchpad install liburcu.org` * @homepage http://liburcu.org * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.liburcuorg * console.log(pkg.name) // "liburcu" * console.log(pkg.description) // "liburcu is a LGPLv2.1 userspace RCU (read-copy-..." * console.log(pkg.versions[0]) // "0.15.5" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/liburcu-org.md * @see https://ts-pkgx.netlify.app/usage */ export declare const liburcuorgPackage: { /** * The display name of this package. */ name: 'liburcu'; /** * The canonical domain name for this package. */ domain: 'liburcu.org'; /** * Brief description of what this package does. */ description: 'liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This data synchronization library provides read-side access which scales linearly with the number of cores.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/liburcu.org/package.yml'; homepageUrl: 'http://liburcu.org'; githubUrl: 'https://github.com/urcu/userspace-rcu'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install liburcu.org'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +liburcu.org -- $SHELL -i'; launchpadInstallCommand: 'launchpad install liburcu.org'; programs: readonly []; companions: readonly []; dependencies: readonly []; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.15.5', '0.15.4', '0.15.3', '0.15.2', '0.15.1', '0.15.0']; aliases: readonly [] }; export type LiburcuorgPackage = typeof liburcuorgPackage