Skip to content

libexpat.github.io

🌿 Fast streaming XML parser written in C99 with >90% test coverage; moved from SourceForge to GitHub

Package Information

  • Domain: libexpatgithub.io
  • Name: libexpat.github.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install xmlwf

Programs

This package provides the following executable programs:

  • xmlwf

Aliases

This package can also be accessed using these aliases:

  • xmlwf

Available Versions

Show all 9 versions
  • 2.7.1, 2.7.0, 2.6.4, 2.6.3, 2.6.2
  • 2.6.1, 2.6.0, 2.5.0, 2.4.9

Latest Version: 2.7.1

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.libexpatgithubio

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.