ts-pkgx
Version:
A library & CLI for managing packages
53 lines • 1.78 kB
TypeScript
/**
* **ca-certs** - pkgx package
*
* @domain `curl.se/ca-certs`
* @version `2025.5.20` (20 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install +curl.se/ca-certs -- $SHELL -i`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.curlsecacerts
* console.log(pkg.name) // "ca-certs"
* console.log(pkg.versions[0]) // "2025.5.20" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/curl-se/ca-certs.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const curlsecacertsPackage: {
/**
* The display name of this package.
*/
name: 'ca-certs';
/**
* The canonical domain name for this package.
*/
domain: 'curl.se/ca-certs';
/**
* Brief description of what this package does.
*/
description: '';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/curl.se/ca-certs/package.yml';
homepageUrl: '';
githubUrl: 'https://github.com/pkgxdev/pantry/';
/**
* Command to install this package using launchpad.
* @example launchpad install package-name
*/
installCommand: 'launchpad install +curl.se/ca-certs -- $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 ['2025.5.20', '2025.2.25', '2024.12.31', '2024.11.26', '2024.9.24', '2024.7.2', '2024.3.11', '2023.12.12', '2023.8.22', '2023.5.30', '2023.1.10', '2022.10.11', '2022.7.19', '2022.4.26', '2022.3.29', '2022.3.18', '2022.2.1', '2021.10.26', '2021.9.30', '2021.7.5'];
aliases: readonly []
};
export type CurlsecacertsPackage = typeof curlsecacertsPackage