Registry / utility / qri-io-starlib

qri-io-starlib

JSON →
library0.5.0gogounverified

A Go library providing a collection of Starlark standard library modules.

go get github.com/qri-io/starlib
INSTALL
IMPORT
SIG · QRI-IO-STARLIB
Q
qri-io-starlib
utilitygov0.5.0
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.

starlib
github.com/qri-io/starlib

Load Starlark modules using Starlib.

package main import ( "fmt" "go.starlark.net/starlark" "github.com/qri-io/starlib" ) func main() { thread := &starlark.Thread{Name: "example"} globals, _ := starlark.ExecFile(thread, "test.star", nil, starlib.Module) fmt.Println(globals) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
qri-io-starlib — go get qri-io-starlib · libregistry