(library
  (name opam_file_format)
  (public_name opam-file-format)
  (synopsis "Parser and printer for the opam file syntax")
  (wrapped false)
  (modules_without_implementation opamParserTypes))

(ocamlyacc opamBaseParser)
(ocamllex opamLexer)
