Skip to content

openresty.org

High Performance Web Platform Based on Nginx and LuaJIT

Package Information

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

Installation

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

Programs

This package provides the following executable programs:

  • nginx-xml2pod
  • opm
  • resty
  • restydoc
  • restydoc-index

Available Versions

Show all 1 versions
  • 1.25.3.2

Latest Version: 1.25.3.2

Install Specific Version

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

Dependencies

This package depends on:

  • pcre.org@8
  • openssl.org^1.1
  • zlib.net^1.2
  • perl.org

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.openrestyorg

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.