Skip to content

zeromq.org

ZeroMQ core engine in C++, implements ZMTP/3.1

Package Information

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

Installation

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

Programs

This package provides the following executable programs:

No programs specified

Available Versions

Show all 2 versions
  • 4.3.5, 4.3.4

Latest Version: 4.3.5

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.zeromqorg

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.