Registry / utility / k14s-starlark-go

k14s-starlark-go

JSON →
library0.0.0-20200720175618-3a5c849cc368gogounverified

A Go implementation of the Starlark configuration language, forked from the original.

go get github.com/k14s/starlark-go
INSTALL
IMPORT
SIG · K14S-STARLARK-GO
K
k14s-starlark-go
utilitygov0.0.0-20200720175618-3a5c849cc368
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

starlark
github.com/k14s/starlark-go

Evaluates a simple Starlark expression.

package main import ( "fmt" "github.com/k14s/starlark-go/starlark" ) func main() { val, _ := starlark.Eval(&starlark.Thread{}, "", "1 + 2") fmt.Println(val) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20200720175618-3a5c849cc368latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
k14s-starlark-go — go get k14s-starlark-go · libregistry