conda

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: May 23, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CondaPlatformList = []string{
	"linux-64",
	"linux-aarch64",
	"win-64",
	"win-arm64",
	"osx-64",
	"osx-arm64",
}

subdirs: https://conda.anaconda.org/conda-forge/

View Source
var CondaSearchCommand = []string{
	"conda",
	"search",
	"--override-channels",
	"--channel",
	"conda-forge",
	"--skip-flexible-search",
}

conda search --override-channels --channel conda-forge --skip-flexible-search --subdir osx-64 --full-name php

Functions

func FindHeader

func FindHeader(content string) (header string)

func FindVersion

func FindVersion(llist []string) string

func GetVersionForPlatform

func GetVersionForPlatform(platform, sdkName string) (vlist []string)

func ParseArch

func ParseArch(platform string) (archStr string)

func ParseOS

func ParseOS(platform string) (osStr string)

func ParseSearchResult

func ParseSearchResult(content string) (vlist []string)

func SearchVersions

func SearchVersions(sdkName string) (result map[string][]string)

func TestCondaSearch

func TestCondaSearch()

Types

This section is empty.

Jump to

Keyboard shortcuts

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