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

x/rpm_parser/mod.ts>InfoTag

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

Members

Arch = 1022

This tag specifies the architecture of the package. The architecture value pointed to by this index record is defined in architecture specific LSB specification.

ArchiveSize = 1046

This tag specifies the uncompressed size of the Payload archive, including the cpio headers.

Description = 1005

This tag specifies the description of the package. The description value pointed to by this index record contains a full desription of the package.

Distribution = 1010

A string containing the name of the distribution on which the package was built.

DistUrl = 1123

URL for package.

Group = 1016

This tag specifies the administrative group to which this package belongs.

License = 1014

This tag specifies the license which applies to this package.

Name = 1000

This tag specifies the name of the package.

Os = 1021

This tag specifies the OS of the package. The OS value pointed to by this index record shall be "linux".

Packager = 1015

A string identifying the tool used to build the package.

PayloadCompressor = 1125

This tag specifies the compression used on the Archive section. The compression value pointed to by this index record shall be 'gzip'.

PayloadFlags = 1126

This tag indicates the compression level used for the Payload. This value shall always be '9'.

PayloadFormat = 1124

This tag specifies the format of the Archive section. The format value pointed to by this index record shall be 'cpio'.

Release = 1002

This tag specifies the release of the package.

RpmVersion = 10064

This tag indicates the version of RPM tool used to build this package. The value is unused.

Size = 1009

This tag specifies the sum of the sizes of the regular files in the archive.

SourceRpm = 1044

This tag specifies the name of the source RPM.

Summery = 1004

This tag specifies the summary description of the package. The summary value pointed to by this index record contains a one line description of the package.

Url = 1020

Generic package information URL.

Vendor = 1011

A string containing the name of the organization that produced the package.

Version = 1001

This tag specifies the version of the package.