Skip to content

dlahoza/starlark-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Library of useful Starlark modules

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages