(lang dune 3.20)
(name opam-file-format)
(version 2.2.0)
(sections
 (lib /usr/lib/powerpc-linux-gnu/ocaml/5.4.0/opam-file-format)
 (doc /usr/doc/opam-file-format))
(files
 (lib
  (META
   dune-package
   opam
   opamBaseParser.cmi
   opamBaseParser.cmt
   opamBaseParser.cmti
   opamBaseParser.ml
   opamBaseParser.mli
   opamLexer.cmi
   opamLexer.cmt
   opamLexer.cmti
   opamLexer.ml
   opamLexer.mli
   opamParser.cmi
   opamParser.cmt
   opamParser.cmti
   opamParser.ml
   opamParser.mli
   opamParserTypes.cmi
   opamParserTypes.cmt
   opamParserTypes.ml
   opamPrinter.cmi
   opamPrinter.cmt
   opamPrinter.cmti
   opamPrinter.ml
   opamPrinter.mli
   opam_file_format.cma))
 (doc (CHANGES LICENSE README.md)))
(library
 (name opam-file-format)
 (kind normal)
 (synopsis "Parser and printer for the opam file syntax")
 (archives (byte opam_file_format.cma))
 (plugins (byte opam_file_format.cma))
 (modes byte)
 (obj_dir (private_dir .private))
 (modules
  (unwrapped
   (module
    (obj_name opamBaseParser)
    (visibility public)
    (source
     (path OpamBaseParser)
     (intf (path opamBaseParser.mli))
     (impl (path opamBaseParser.ml))))
   (module
    (obj_name opamLexer)
    (visibility public)
    (source
     (path OpamLexer)
     (intf (path opamLexer.mli))
     (impl (path opamLexer.ml))))
   (module
    (obj_name opamParser)
    (visibility public)
    (source
     (path OpamParser)
     (intf (path opamParser.mli))
     (impl (path opamParser.ml))))
   (module
    (obj_name opamParserTypes)
    (visibility public)
    (source (path OpamParserTypes) (impl (path opamParserTypes.ml))))
   (module
    (obj_name opamPrinter)
    (visibility public)
    (source
     (path OpamPrinter)
     (intf (path opamPrinter.mli))
     (impl (path opamPrinter.ml)))))))
