tree-sitter-ocaml 0.16.0

OCaml grammar for the tree-sitter parsing library
Documentation
1
2
3
4
5
6
7
8
9
(library
  (name flow_common_utils_loc_utils)
  (wrapped false)
  (libraries
    collections ; hack
    flow_parser
    flow_parser_utils_aloc
    flow_parser_utils_iloc)
  (preprocess (pps ppx_deriving.std)))