Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/rpm_parser/mod.ts

RPM v3 package metadata parser in TypeScript.
Latest
import * as rpmParser from "https://deno.land/x/rpm_parser@v0.1.13/mod.ts";

Classes

Error when accessing an RPM field of a package that does not exist or has not been parsed.

Error not matching expected magic byte sequence.

Generic view for any RPM package.

Base class for all errors related to RPM package parsing.

Functions

Parse fixed buffer as RawPackage. Primarily for internal use!

Create a TransformStream object to parse input bytes into RawPackage. Primarily for internal use!

Parse readable stream as RPM package.

Parse fixed buffer as RPM package.

Interfaces

RPM package parsing options.