Carbon app embedding helper.
Download the repository, make a folder called app containing your carbon app.
Make sure it has app.lua or init.lua as entry points.
Then, simply run make and it will build it.
Make sure you also have all the dependencies of carbon installed, including go-bindata.
You should probably grab the the Makefile, the glue folder and carbon-app.go and put it in your own apps' dir, relocation the actual source to a sub folder, which is due to be included in the binary.
Since there are no carbon command line options anymore, you have to use specific environment variables to control the setup.
They all should be self explanatory.
CARBON_HOSTCARBON_PORTCARBON_PORTSCARBON_CERTCARBON_KEYCARBON_ENABLE_HTTPCARBON_ENABLE_HTTPSCARBON_ENABLE_HTTP2CARBON_STATESCARBON_WORKERSCARBON_ROOTCARBON_DEBUGCARBON_LOGGERCARBON_RECOVERY
MIT