# Packages
Package bazel implements the main logic of the analysis for Bazel-related files.
Package common provides support shared by various parts of the analyzer.
Package core implements the main logic of the analysis for "core" source files, that is source files that can be translated into the same meta-IR and are therefore subject to uniform equivalence analysis.
No description provided by the author
Package gomod implements the main logic of the analysis for go.mod files.
Package protobuf implements the main logic of the analysis for protobuf files.
Package sql implements the main logic of the analysis for sql files.
Package starlark implements the main logic of the analysis for starlark files.
Package thrift implements the main logic of the analysis for thrift files.
Package yaml implements the main logic of the analysis for yaml files.