libevent.org
Event notification library
Package Information
- Domain:
libevent.org
- Name:
libevent.org
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install +libevent.org -- $SHELL -i
Programs
This package provides the following executable programs:
No programs specified
Available Versions
Show all 1 versions
2.1.12
Latest Version: 2.1.12
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +libevent.org@2.1.12 -- $SHELL -i
Dependencies
This package depends on:
openssl.org^1.1
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.libeventorg
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.