# messages.def


This schema is the generator input. The build plan reads each
`key:value` row and emits declarations plus C functions returning the
configured text.

Source path: [`examples/c-codegen/messages.def`](https://github.com/kleisli-io/metaBuilder/blob/main/examples/c-codegen/messages.def).

```text
hello:hello from generated C
health:ok
```
