(lang dune 2.7)
(name ppx_bin_prot)
(version v0.14.0)
(library
 (name ppx_bin_prot)
 (kind ppx_deriver)
 (archives (byte ppx_bin_prot.cma) (native ppx_bin_prot.cmxa))
 (plugins (byte ppx_bin_prot.cma) (native ppx_bin_prot.cmxs))
 (native_archives ppx_bin_prot.a)
 (requires compiler-libs.common base ppxlib ppx_bin_prot.shape-expander)
 (ppx_runtime_deps bin_prot)
 (main_module_name Ppx_bin_prot)
 (modes byte native)
 (modules
  (singleton
   (name Ppx_bin_prot)
   (obj_name ppx_bin_prot)
   (visibility public)
   (impl)
   (intf))))
(library
 (name ppx_bin_prot.shape-expander)
 (kind normal)
 (archives
  (byte shape-expander/bin_shape_expand.cma)
  (native shape-expander/bin_shape_expand.cmxa))
 (plugins
  (byte shape-expander/bin_shape_expand.cma)
  (native shape-expander/bin_shape_expand.cmxs))
 (native_archives shape-expander/bin_shape_expand.a)
 (requires base ppxlib ppx_here.expander)
 (main_module_name Bin_shape_expand)
 (modes byte native)
 (modules
  (singleton
   (name Bin_shape_expand)
   (obj_name bin_shape_expand)
   (visibility public)
   (impl)
   (intf))))
