ts-pkgx
Version:
A library & CLI for managing packages
54 lines • 1.79 kB
TypeScript
/**
* **highway** - Performance-portable, length-agnostic SIMD with runtime dispatch
*
* @domain `google.com/highway`
* @version `1.2.0` (6 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install +google.com/highway -- $SHELL -i`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.googlecomhighway
* console.log(pkg.name) // "highway"
* console.log(pkg.description) // "Performance-portable, length-agnostic SIMD with..."
* console.log(pkg.versions[0]) // "1.2.0" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/google-com/highway.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const googlecomhighwayPackage: {
/**
* The display name of this package.
*/
name: 'highway';
/**
* The canonical domain name for this package.
*/
domain: 'google.com/highway';
/**
* Brief description of what this package does.
*/
description: 'Performance-portable, length-agnostic SIMD with runtime dispatch';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/google.com/highway/package.yml';
homepageUrl: '';
githubUrl: 'https://github.com/pkgxdev/pantry/';
/**
* Command to install this package using launchpad.
* @example launchpad install package-name
*/
installCommand: 'launchpad install +google.com/highway -- $SHELL -i';
programs: readonly [];
companions: readonly [];
dependencies: readonly [];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['1.2.0', '1.1.0', '1.0.7', '1.0.6', '1.0.5', '1.0.4'];
aliases: readonly []
};
export type GooglecomhighwayPackage = typeof googlecomhighwayPackage