paket

package
v0.7.33 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2019 License: MPL-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DependencyGraph

func DependencyGraph(target string) (graph.Deps, error)

DependencyGraph parses a "paket.lock" file to create a dependency graph.

Types

type Group

type Group struct {
	Name  string
	Specs []Spec
}

Group defines a paket dependency group.

type Spec

type Spec struct {
	Remote       string
	Name         string
	Version      string
	Type         pkg.Type
	Dependencies []string
}

Spec defines a paket dependency and its attributes.

Jump to

Keyboard shortcuts

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