opam-file-rs 0.1.2

Parser and printer for the opam file syntax with Rust
Documentation
1
2
3
4
5
extern crate lalrpop;

fn main() {
  lalrpop::process_root().unwrap();
}