(library
 (public_name hpack)
 (libraries angstrom faraday))

(rule
 (targets huffman_table.ml)
 (deps ../util/huffman_table.txt)
 (action
  (with-stdout-to
   %{targets}
   (run ../util/gen_huffman.exe %{deps})))
 (mode fallback))
