(lang dune 3.17)
(name thread-table)
(version 1.0.0)
(sections
 (lib /usr/lib/arm-linux-gnueabihf/ocaml/5.3.0/thread-table)
 (doc /usr/doc/thread-table))
(files
 (lib
  (META
   Thread_table.cma
   dune-package
   mix.ml
   opam
   thread_table.cmi
   thread_table.cmt
   thread_table.cmti
   thread_table.ml
   thread_table.mli
   thread_table__.cmi
   thread_table__.cmt
   thread_table__.ml
   thread_table__Mix.cmi
   thread_table__Mix.cmt))
 (doc (CHANGES.md LICENSE.md README.md)))
(library
 (name thread-table)
 (kind normal)
 (archives (byte Thread_table.cma))
 (plugins (byte Thread_table.cma))
 (main_module_name Thread_table)
 (modes byte)
 (modules
  (wrapped
   (group
    (alias
     (obj_name thread_table__)
     (visibility public)
     (kind alias)
     (source (path Thread_table__) (impl (path thread_table__.ml-gen))))
    (name Thread_table)
    (modules
     (module
      (obj_name thread_table__Mix)
      (visibility public)
      (source (path Mix) (impl (path mix.ml))))
     (module
      (obj_name thread_table)
      (visibility public)
      (source
       (path Thread_table)
       (intf (path thread_table.mli))
       (impl (path thread_table.ml))))))
   (wrapped true))))
