(library
 (public_name parser_dockerfile.tree_sitter)
 (name parser_dockerfile_tree_sitter)
 (wrapped false)
 (libraries
   commons
   lib_parsing
   parser_dockerfile.ast
   tree-sitter-lang.dockerfile
   parser_bash.tree_sitter
   ast_generic; TODO why not return AST_dockerfile?
   parser_bash.ast_generic
   parser_dockerfile.ast_generic
 )
 (preprocess (pps ppx_deriving.show))
)
