deps

package
v0.28.0 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FormatList added in v0.6.0

func FormatList(deps []Dep) string

func Install

func Install(dep Dep) error

func IsInstalled added in v0.6.0

func IsInstalled(name string) bool

Types

type Dep

type Dep struct {
	Name     string
	Repo     string // Go repo path (e.g., "github.com/xo/usql")
	BuildDir string
	Purpose  string
	Pip      string // Python package name (e.g., "litecli") for pip-based installs
}

func All added in v0.6.0

func All() []Dep

func Check added in v0.6.0

func Check() (missing []Dep)

func ForPurpose added in v0.6.0

func ForPurpose(purpose string) []Dep

func InstallAll added in v0.6.0

func InstallAll() (failed []Dep)

InstallAll installs all dependencies concurrently (Go and Python in parallel).

func InstallForPurpose added in v0.6.0

func InstallForPurpose(purpose string) (failed []Dep)

Jump to

Keyboard shortcuts

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