Skip to content

msgpack.org

MessagePack implementation for C and C++ / msgpack.org[C/C++]

Package Information

  • Domain: msgpack.org
  • Name: msgpack.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +msgpack.org -- $SHELL -i

Programs

This package provides the following executable programs:

No programs specified

Available Versions

Show all 3 versions
  • 6.0.2, 6.0.1, 6.0.0

Latest Version: 6.0.2

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +msgpack.org@6.0.2 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.msgpackorg

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.