Skip to content

uriparser.github.io

🔪 Strictly RFC 3986 compliant URI parsing and handling library written in C89; moved from SourceForge to GitHub

Package Information

  • Domain: uriparsergithub.io
  • Name: uriparser.github.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install uriparse

Programs

This package provides the following executable programs:

  • uriparse

Aliases

This package can also be accessed using these aliases:

  • uriparse

Available Versions

Show all 2 versions
  • 0.9.8, 0.9.7

Latest Version: 0.9.8

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +uriparsergithub.io@0.9.8 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.uriparsergithubio

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.