(lang dune 2.9)
(name uri-sexp)
(version 4.2.0)
(library
 (name uri-sexp)
 (kind normal)
 (archives (byte uri_sexp.cma) (native uri_sexp.cmxa))
 (plugins (byte uri_sexp.cma) (native uri_sexp.cmxs))
 (native_archives uri_sexp.a)
 (requires sexplib0 uri ppx_sexp_conv.runtime-lib)
 (main_module_name Uri_sexp)
 (modes byte native)
 (modules
  (singleton
   (name Uri_sexp)
   (obj_name uri_sexp)
   (visibility public)
   (impl)
   (intf))))
