languages

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: May 1, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package languages provides the complete list of supported language ecosystems.

This package exists to break import cycles: the individual language packages (python, rust, etc.) import pkg/deps, so pkg/deps cannot import them back. Instead, consumers that need the full language list import this package.

Usage:

import "github.com/stacktower-io/stacktower/pkg/core/deps/languages"

for _, lang := range languages.All {
    fmt.Println(lang.Name)
}

Index

Constants

This section is empty.

Variables

All is the canonical list of supported package ecosystems. Each language provides resolvers for package registries and manifest parsers.

Functions

func Find

func Find(name string) *deps.Language

Find returns the Language with the given name, or nil if not found.

Types

This section is empty.

Jump to

Keyboard shortcuts

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