From 1017815225923da7d3e0716948dfba23c9156459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Szab=C3=B3?= Date: Thu, 9 Jan 2025 02:54:28 +0100 Subject: [PATCH] Add ocamlformat dependency to OSS This is needed to remain consistent with preexisting formatting. --- hphp/hack/ocaml_deps_data.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hphp/hack/ocaml_deps_data.sh b/hphp/hack/ocaml_deps_data.sh index a3be0abe0da67c..cf13d219737a74 100644 --- a/hphp/hack/ocaml_deps_data.sh +++ b/hphp/hack/ocaml_deps_data.sh @@ -38,6 +38,7 @@ export HACK_OPAM_DEPS=( wtf8.1.0.2 yojson.2.0.2 ocamlbuild.0.14.3 + ocamlformat.0.26.2 ocaml-option-flambda ocaml-option-no-compression )