(lang dune 2.9)
(name astring)
(version 0.8.5)
(library
 (name astring)
 (kind normal)
 (archives (byte astring.cma) (native astring.cmxa))
 (plugins (byte astring.cma) (native astring.cmxs))
 (native_archives astring.a)
 (modes byte native)
 (modules
  (unwrapped
   ((name Astring) (obj_name astring) (visibility public) (impl) (intf))
   ((name Astring_base) (obj_name astring_base) (visibility public) (impl))
   ((name Astring_char) (obj_name astring_char) (visibility public) (impl))
   ((name Astring_escape)
    (obj_name astring_escape)
    (visibility public)
    (impl))
   ((name Astring_string)
    (obj_name astring_string)
    (visibility public)
    (impl))
   ((name Astring_sub) (obj_name astring_sub) (visibility public) (impl))
   ((name Astring_unsafe)
    (obj_name astring_unsafe)
    (visibility public)
    (impl)))))
(library
 (name astring.top)
 (kind normal)
 (archives (byte top/astring_top.cma) (native top/astring_top.cmxa))
 (plugins (byte top/astring_top.cma) (native top/astring_top.cmxs))
 (native_archives top/astring_top.a)
 (requires compiler-libs.toplevel)
 (modes byte native)
 (modules
  (singleton
   (name Astring_top)
   (obj_name astring_top)
   (visibility public)
   (impl))))
