Documentation
¶
Index ¶
- Variables
- func GopathLibrary(path, pkg string) (include, lib string)
- type PC
- func DefaultLookup(pkg string) (pc *PC, err error)
- func GenerateGopath(pkg string) (*PC, error)
- func LookupGithub(pkg string) (*PC, error)
- func LookupGithubProj(pkg, proj string) (*PC, error)
- func LookupGopath(pkg string) (*PC, error)
- func LookupPC(pkg string) (*PC, error)
- func NewPC(r io.Reader) (*PC, error)
- func NewPCVars(r io.Reader, vars map[string]string) (pc *PC, err error)
- type Pkg
- Bugs
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrEmptyPC = errors.New("the package configuration is empty")
ErrEmptyPC TODO(rjeczalik): document
Functions ¶
func GopathLibrary ¶
GopathLibrary TODO(rjeczalik): document
Types ¶
type PC ¶
type PC struct { Name string Desc string Version string URL string Libs []string LibsPrivate []string Cflags []string File string }
PC TODO(rjeczalik): document
func DefaultLookup ¶
DefaultLookup TODO(rjeczalik): document
func GenerateGopath ¶
GenerateGopath TODO(rjeczalik): document
func LookupGithub ¶
LookupGithub TODO(rjeczalik): document
func LookupGithubProj ¶
LookupGithunProj TODO(rjeczalik): document
func LookupGopath ¶
LookupGopath TODO(rjeczalik): document
Notes ¶
Bugs ¶
Handle spaces in paths.
Handle spaces in paths.
Handle spaces in paths.
Directories
¶
Path | Synopsis |
---|---|
cmd
|
|
pkg-config
cmd/pkg-config is a Go-centric and GOPATH-aware pkg-config replacement for use with the cgo tool.
|
cmd/pkg-config is a Go-centric and GOPATH-aware pkg-config replacement for use with the cgo tool. |
Click to show internal directories.
Click to hide internal directories.