Skip to content

libwebsockets.org

canonical libwebsockets.org networking library

Package Information

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

Installation

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

Programs

This package provides the following executable programs:

No programs specified

Available Versions

Show all 4 versions
  • 4.3.5, 4.3.4, 4.3.3, 4.3.2

Latest Version: 4.3.5

Install Specific Version

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

Dependencies

This package depends on:

  • libuv.org@1
  • libevent.org@2

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.libwebsocketsorg

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.