oca-file 2.0.0

Rust implementation of OCAFile
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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`.