Skip to content

theora.org

A package from theora.org

Package Information

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

Installation

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

Programs

This package provides the following executable programs:

No programs specified

Available Versions

Show all 2 versions
  • 1.2.0, 1.1.1

Latest Version: 1.2.0

Install Specific Version

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

Dependencies

This package depends on:

  • xiph.org/ogg
  • xiph.org/vorbis

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.theoraorg

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.