(lang dune 2.9)
(name sqlite3)
(library
 (name sqlite3)
 (kind normal)
 (archives (byte sqlite3.cma) (native sqlite3.cmxa))
 (plugins (byte sqlite3.cma) (native sqlite3.cmxs))
 (foreign_objects sqlite3_stubs.o)
 (foreign_archives libsqlite3_stubs.a)
 (native_archives sqlite3.a)
 (main_module_name Sqlite3)
 (modes byte native)
 (modules
  (singleton
   (name Sqlite3)
   (obj_name sqlite3)
   (visibility public)
   (impl)
   (intf))))
