ts-pkgx
Version:
A library & CLI for managing packages
61 lines • 2.43 kB
TypeScript
/**
* **github.com/confluentinc/libserdes** - Avro Serialization/Deserialization C/C++ library with Confluent schema-registry support
*
* @domain `github.com/confluentinc/libserdes`
* @version `7.5.2.231027084844` (1 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install github.com/confluentinc/libserdes`
* @dependencies `apache.org/avro`, `digip.org/jansson`, `curl.se`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.githubcomconfluentinclibserdes
* console.log(pkg.name) // "github.com/confluentinc/libserdes"
* console.log(pkg.description) // "Avro Serialization/Deserialization C/C++ librar..."
* console.log(pkg.versions[0]) // "7.5.2.231027084844" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/github-com/confluentinc/libserdes.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const githubcomconfluentinclibserdesPackage: {
/**
* The display name of this package.
*/
name: 'github.com/confluentinc/libserdes';
/**
* The canonical domain name for this package.
*/
domain: 'github.com/confluentinc/libserdes';
/**
* Brief description of what this package does.
*/
description: 'Avro Serialization/Deserialization C/C++ library with Confluent schema-registry support';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/confluentinc/libserdes/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/confluentinc/libserdes';
programs: readonly [];
companions: readonly [];
/**
* Required dependencies for this package.
* These will be automatically installed.
*/
dependencies: readonly ['apache.org/avro', 'digip.org/jansson', 'curl.se'];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['7.5.2.231027084844'];
aliases: readonly [];
pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/confluentinc/libserdes -- $SHELL -i';
launchpadInstallCommand: 'launchpad install github.com/confluentinc/libserdes'
};
export type GithubcomconfluentinclibserdesPackage = typeof githubcomconfluentinclibserdesPackage