ts-pkgx
Version:
A library & CLI for managing packages
56 lines • 2.1 kB
TypeScript
/**
* **github.com/JuliaStrings/utf8proc** - a clean C library for processing UTF-8 Unicode data
*
* @domain `github.com/JuliaStrings/utf8proc`
* @version `2.10.0` (3 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install github.com/JuliaStrings/utf8proc`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.githubcomjuliastringsutf8proc
* console.log(pkg.name) // "github.com/JuliaStrings/utf8proc"
* console.log(pkg.description) // "a clean C library for processing UTF-8 Unicode ..."
* console.log(pkg.versions[0]) // "2.10.0" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/github-com/JuliaStrings/utf8proc.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const githubcomjuliastringsutf8procPackage: {
/**
* The display name of this package.
*/
name: 'github.com/JuliaStrings/utf8proc';
/**
* The canonical domain name for this package.
*/
domain: 'github.com/JuliaStrings/utf8proc';
/**
* Brief description of what this package does.
*/
description: 'a clean C library for processing UTF-8 Unicode data';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/JuliaStrings/utf8proc/package.yml';
homepageUrl: '';
githubUrl: 'https://github.com/pkgxdev/pantry/';
/**
* Command to install this package using launchpad.
* @example launchpad install package-name
*/
installCommand: 'launchpad install github.com/JuliaStrings/utf8proc';
programs: readonly [];
companions: readonly [];
dependencies: readonly [];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['2.10.0', '2.9.0', '2.8.0'];
aliases: readonly [];
pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/JuliaStrings/utf8proc -- $SHELL -i';
launchpadInstallCommand: 'launchpad install github.com/JuliaStrings/utf8proc'
};
export type Githubcomjuliastringsutf8procPackage = typeof githubcomjuliastringsutf8procPackage