You can search for identifiers within the package.
in-package search v0.2.0
module V1 : sig ... end
V1: using vanilla Data_encoding. Easier to parse by non-OCaml programs but less efficient
module V2 : sig ... end
V2 : using Compact_encoding. Smaller than V1 but more complex parser is required.