tree-sitter-ocaml 0.16.0

OCaml grammar for the tree-sitter parsing library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
(library
  (name flow_logging_utils)
  (wrapped false)
  (libraries
    flow_common
    flow_logging
    collections ; hack
    imported_core ; hack
    logging_common ; hack
    sys_utils ; hack
    utils_core ; hack
  )
)