Skip to content

libuv.org

Cross-platform asynchronous I/O

Package Information

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

Installation

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

Programs

This package provides the following executable programs:

No programs specified

Available Versions

Show all 10 versions
  • 1.51.0, 1.50.0, 1.49.2, 1.49.1, 1.49.0
  • 1.48.0, 1.47.0, 1.46.0, 1.45.0, 1.44.2

Latest Version: 1.51.0

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.libuvorg

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.