uv

package
v0.59.0 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dependencies

type Dependencies []struct {
	Name string `toml:"name"`
}

type Dependency

type Dependency struct {
	Name string `toml:"name"`
}

type Lock

type Lock struct {
	Packages []Package `toml:"package"`
}

type Package

type Package struct {
	Name                 string                  `toml:"name"`
	Version              string                  `toml:"version"`
	Source               Source                  `toml:"source"`
	Dependencies         Dependencies            `toml:"dependencies"`
	DevDependencies      map[string]Dependencies `toml:"dev-dependencies"`
	OptionalDependencies map[string]Dependencies `toml:"optional-dependencies"`
}

type Parser

type Parser struct{}

func NewParser

func NewParser() *Parser

func (*Parser) Parse

type Source

type Source struct {
	Editable string `toml:"editable"`
	Virtual  string `toml:"virtual"`
}

Jump to

Keyboard shortcuts

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