# oca-file
Parser and generator for the OCAfile DSL.
## What this crate provides
- Parsing OCAfile text into OCA AST commands.
- Generating OCAfile text from OCA AST.
- Validation against overlay definitions via the overlay registry.
## Intended use
This crate targets implementers of the OCA core specification. Most application
developers should use `oca-sdk-rs` instead.
## License
EUPL 1.2. See `LICENSE`.