debinfo

package module
v0.0.0-...-67c5b4b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 26, 2018 License: MIT Imports: 11 Imported by: 0

README

Go library for parsing deb packages

Lincense

MIT

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetControlInfoFromDeb

func GetControlInfoFromDeb(path string) ([]byte, error)

GetControlInfoFromDeb reads a deb file and returns content of control.tar.xz/control file

Types

type ControlInfo

type ControlInfo struct {
	Package       string
	Source        string
	Version       string
	Architecture  string
	Maintainer    string
	InstalledSize int
	Provides      string
	Section       string
	Priority      string
	Homepage      string
}

ControlInfo contains parsed information from a deb control file

func ParseControlInfo

func ParseControlInfo(controlInfo string) ControlInfo

ParseControlInfo parses information from a deb control file

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL