package
1.24.0-dev
Repository: https://github.com/go-gitea/gitea.git
Documentation: pkg.go.dev

# Functions

ExtractPortablePdb extracts PDB files from a .snupkg file.
ParseDebugHeaderID TODO.
ParseNuspecMetaData parses a Nuspec file to retrieve the metadata of a Nuget package.
ParsePackageMetaData parses the metadata of a Nuget package file.

# Constants

DependencyPackage represents a package (*.nupkg).
SymbolsPackage represents a symbol package (*.snupkg).

# Variables

ErrMissingNuspecFile indicates a missing Nuspec file.
ErrNuspecFileTooLarge indicates a Nuspec file which is too large.
ErrNuspecInvalidID indicates an invalid id in the Nuspec file.
ErrNuspecInvalidVersion indicates an invalid version in the Nuspec file.

# Structs

Dependency represents a dependency of a Nuget package.
Metadata represents the metadata of a Nuget package.
Package represents a Nuget package.

# Type aliases

PackageType specifies the package type the metadata describes.