(lang dune 2.8)
(name opam-file-format)
(version 2.1.3)
(library
 (name opam-file-format)
 (kind normal)
 (synopsis "Parser and printer for the opam file syntax")
 (archives (byte opam_file_format.cma) (native opam_file_format.cmxa))
 (plugins (byte opam_file_format.cma) (native opam_file_format.cmxs))
 (native_archives opam_file_format.a)
 (modes byte native)
 (modules
  (unwrapped
   ((name OpamBaseParser)
    (obj_name opamBaseParser)
    (visibility public)
    (impl)
    (intf))
   ((name OpamLexer) (obj_name opamLexer) (visibility public) (impl) (intf))
   ((name OpamParser) (obj_name opamParser) (visibility public) (impl) (intf))
   ((name OpamParserTypes)
    (obj_name opamParserTypes)
    (visibility public)
    (impl))
   ((name OpamPrinter)
    (obj_name opamPrinter)
    (visibility public)
    (impl)
    (intf)))))
