Skip to content

libsodium.org

A package from libsodium.org

Package Information

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

Installation

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

Programs

This package provides the following executable programs:

No programs specified

Available Versions

Show all 4 versions
  • 1.0.20, 1.0.19, 1.0.18, 1.0.17

Latest Version: 1.0.20

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.libsodiumorg

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.