1id = "ocaml"
2name = "OCaml"
3description = "OCaml support."
4version = "0.1.0"
5schema_version = 1
6authors = ["Rashid Almheiri <69181766+huwaireb@users.noreply.github.com>"]
7repository = "https://github.com/zed-industries/zed"
8
9[language_servers.ocamllsp]
10name = "ocamllsp"
11languages = ["OCaml", "OCaml Interface"]
12
13[grammars.ocaml]
14repository = "https://github.com/tree-sitter/tree-sitter-ocaml"
15commit = "0b12614ded3ec7ed7ab7933a9ba4f695ba4c342e"
16path = "grammars/ocaml"
17
18[grammars.ocaml_interface]
19repository = "https://github.com/tree-sitter/tree-sitter-ocaml"
20commit = "0b12614ded3ec7ed7ab7933a9ba4f695ba4c342e"
21path = "grammars/interface"
22
23[grammars.dune]
24repository = "https://github.com/WHForks/tree-sitter-dune"
25commit = "b3f7882e1b9a1d8811011bf6f0de1c74c9c93949"