builder

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2023 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Builder

type Builder struct {
	SrcPath        string // user-land packages
	BbgRootSrcPath string // std packages
	// contains filtered or unexported fields
}

func (*Builder) Build

func (b *Builder) Build(self string, workdir string, outFilePath string, pkgPath string, verbose bool) error

func (*Builder) BuildOne added in v0.2.0

func (b *Builder) BuildOne(workdir string, outputBaseName string, pkgPath string, verbose bool)
func (b *Builder) Link(outFilePath string, objFileNames []string, verbose bool) error

func (*Builder) ListDepth added in v0.2.0

func (b *Builder) ListDepth(workdir string, pkgPath string, w *os.File) []string

type DependencyTree

type DependencyTree map[string]map[string]bool

Jump to

Keyboard shortcuts

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