/** * **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` * @buildDependencies `linux:gnu.org/gcc`, `linux:gnu.org/make` (includes OS-specific dependencies with `os:package` format) - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomconfluentinclibserdes * console.log(pkg.name) // "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 libserdesPackage: { /** * The display name of this package. */ name: '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/confluentinc/libserdes'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/confluentinc/libserdes'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/confluentinc/libserdes -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/confluentinc/libserdes'; programs: readonly []; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['apache.org/avro', 'digip.org/jansson', 'curl.se']; /** * Build dependencies for this package. * These are only required when building the package from source. * OS-specific dependencies are prefixed with `os:` (e.g., `linux:gnu.org/gcc`). */ buildDependencies: readonly ['linux:gnu.org/gcc', 'linux:gnu.org/make']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['7.5.2.231027084844']; aliases: readonly [] }; export type LibserdesPackage = typeof libserdesPackage