(lang dune 3.20)
(name postgresql)
(version 5.3.2)
(sections
 (lib /usr/lib/x86_64-linux-gnu/ocaml/5.4.0/postgresql)
 (libexec /usr/lib/x86_64-linux-gnu/ocaml/5.4.0/postgresql)
 (doc /usr/doc/postgresql)
 (stublibs /usr/lib/x86_64-linux-gnu/ocaml/5.4.0/stublibs))
(files
 (lib
  (META
   dune-package
   error_code.ml
   error_field.ml
   libpostgresql_stubs.a
   opam
   postgresql.a
   postgresql.cma
   postgresql.cmi
   postgresql.cmt
   postgresql.cmti
   postgresql.cmx
   postgresql.cmxa
   postgresql.ml
   postgresql.mli
   postgresql__.cmi
   postgresql__.cmt
   postgresql__.cmx
   postgresql__.ml
   postgresql__Error_code.cmi
   postgresql__Error_code.cmt
   postgresql__Error_code.cmx
   postgresql__Error_field.cmi
   postgresql__Error_field.cmt
   postgresql__Error_field.cmx))
 (libexec (postgresql.cmxs))
 (doc (CHANGELOG.md LICENSE.md README.md))
 (stublibs (dllpostgresql_stubs.so)))
(library
 (name postgresql)
 (kind normal)
 (archives (byte postgresql.cma) (native postgresql.cmxa))
 (plugins (byte postgresql.cma) (native postgresql.cmxs))
 (foreign_objects postgresql_stubs.o)
 (foreign_archives (archives (for all) (files libpostgresql_stubs.a)))
 (foreign_dll_files ../stublibs/dllpostgresql_stubs.so)
 (native_archives postgresql.a)
 (requires threads bigarray)
 (main_module_name Postgresql)
 (modes byte native)
 (modules
  (wrapped
   (group
    (alias
     (obj_name postgresql__)
     (visibility public)
     (kind alias)
     (source (path Postgresql__) (impl (path postgresql__.ml-gen))))
    (name Postgresql)
    (modules
     (module
      (obj_name postgresql__Error_code)
      (visibility public)
      (source (path Error_code) (impl (path error_code.ml))))
     (module
      (obj_name postgresql__Error_field)
      (visibility public)
      (source (path Error_field) (impl (path error_field.ml))))
     (module
      (obj_name postgresql)
      (visibility public)
      (source
       (path Postgresql)
       (intf (path postgresql.mli))
       (impl (path postgresql.ml))))))
   (wrapped true))))
