/** * **libatomic_ops** - The atomic_ops project (Atomic memory update operations portable implementation) * * @domain `github.com/ivmai/libatomic_ops` * @version `7.10.0` (6 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/ivmai/libatomic_ops` * @homepage https://github.com/ivmai/libatomic_ops/wiki/Download * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomivmailibatomic_ops * console.log(pkg.name) // "libatomic_ops" * console.log(pkg.description) // "The atomic_ops project (Atomic memory update op..." * console.log(pkg.versions[0]) // "7.10.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/ivmai/libatomic_ops.md * @see https://ts-pkgx.netlify.app/usage */ export declare const libatomic_opsPackage: { /** * The display name of this package. */ name: 'libatomic_ops'; /** * The canonical domain name for this package. */ domain: 'github.com/ivmai/libatomic_ops'; /** * Brief description of what this package does. */ description: 'The atomic_ops project (Atomic memory update operations portable implementation)'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/ivmai/libatomic_ops/package.yml'; homepageUrl: 'https://github.com/ivmai/libatomic_ops/wiki/Download'; githubUrl: 'https://github.com/ivmai/libatomic_ops'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/ivmai/libatomic_ops'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/ivmai/libatomic_ops -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/ivmai/libatomic_ops'; 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 ['7.10.0', '7.8.4', '7.8.2', '7.8.0', '7.6.16', '7.4.20']; aliases: readonly [] }; export type Libatomic_opsPackage = typeof libatomic_opsPackage