Go to file
joeduffy 9c0c6e6916 Add rudimentary type binding
This change adds rudimentary type binding to phase 2 of the binder.  Note that
we still don't have the notion of predefined types (for the primitives), so this
basically rejects any well-formed Mufile.  Primitives are on deck.
2016-11-16 18:55:20 -08:00
cmd Add a way to control logging verbosity 2016-11-16 17:19:49 -08:00
docs Make a few minor edits to the docs 2016-11-16 18:08:32 -08:00
examples Update the demo script to reference the DSL 2016-11-16 18:06:46 -08:00
pkg Add rudimentary type binding 2016-11-16 18:55:20 -08:00
.gitignore Gitignore *.swp files 2016-11-16 09:28:46 -08:00
.gitmodules Add Docker Compose and Kubernetes conversions as submodules 2016-11-01 10:30:39 -07:00
glide.lock Check Stack semantic version numbers for correctness 2016-11-16 10:00:52 -08:00
glide.yaml Check Stack semantic version numbers for correctness 2016-11-16 10:00:52 -08:00
main.go Add a way to control logging verbosity 2016-11-16 17:19:49 -08:00
Makefile Test packages when making the project 2016-11-15 19:25:06 -08:00
README.md Clean up out of date documentation 2016-11-04 11:27:09 -07:00

Mu

Mu is a framework and toolset for creating reusable stacks of services.