(lang dune 2.9)
(name jane-street-headers)
(version v0.14.0)
(library
 (name jane-street-headers)
 (kind normal)
 (archives (byte jane_street_headers.cma) (native jane_street_headers.cmxa))
 (plugins (byte jane_street_headers.cma) (native jane_street_headers.cmxs))
 (native_archives jane_street_headers.a)
 (main_module_name Jane_street_headers)
 (modes byte native)
 (modules
  (wrapped
   (main_module_name Jane_street_headers)
   (alias_module
    (name Jane_street_headers)
    (obj_name jane_street_headers)
    (visibility public)
    (kind alias)
    (impl))
   (wrapped true))))
