starlark-modules
Library of useful Starlark modules for Starlark implementation in Go
List of the modules:
Builtin package
Package builtin contains functions which simplify Starlark module development and value conversions.
Structs package
Package structs contains types and interfaces which allows you to wrap your structs into Starlark objects
Contributing
Pull requests for new modules are welcome!
If the changes being proposed or requested are breaking changes, please create an issue for discussion.
License
Modules are distributed under MIT License, please see license file in code for more details.