IBase.BuckMode
module F = Stdlib.Format
type clang_compilation_db_deps =
| NoDependencies
| DepsUpToDepth of int
| DepsAllDepths
dependencies to include in the compilation database
type t =
| ClangCompilationDB of clang_compilation_db_deps
| Clang
| Erlang
| Java
| Python
val pp : F.formatter -> t -> unit
val is_clang_compilation_db : t -> bool
val is_clang : t -> bool