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

x/rpm_parser/src/parser.ts>parseRpmPackageSync

RPM v3 package metadata parser in TypeScript.
Latest
function parseRpmPackageSync
import { parseRpmPackageSync } from "https://deno.land/x/rpm_parser@v0.1.13/src/parser.ts";

Parse fixed buffer as RPM package.

Parameters

uint8Array: Uint8Array
optional
options: ParseRpmPackageOptions