id: "oz" aliases: - "mozart" - "mozart2" name: "Oz" main: "main.oz" template: | functor import Application System define {System.showInfo 'Hello, world!'} {Application.exit 0} end compile: | ozc -c main.oz run: | ozengine main.ozf