opam-file-parser 0.1.0

Parser and printer for the opam file syntax with Rust
Documentation
extern crate lalrpop;

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