(lang dune 2.9)
(name ocsipersist-lib)
(version 1.1.0)
(library
 (name ocsipersist-lib)
 (kind normal)
 (archives (byte ocsipersist_lib.cma) (native ocsipersist_lib.cmxa))
 (plugins (byte ocsipersist_lib.cma) (native ocsipersist_lib.cmxs))
 (native_archives ocsipersist_lib.a)
 (requires lwt)
 (modes byte native)
 (modules
  (singleton
   (name Ocsipersist_lib)
   (obj_name ocsipersist_lib)
   (visibility public)
   (impl))))
