You can search for identifiers within the package.
in-package search v0.2.0
opam-repository
OpamVCS
Layer for handling version control sources through a functor
module type VCS = sig ... end
Each backend should implement this signature.
module Make (_ : VCS) : OpamRepositoryBackend.S
Create a backend from a VCS implementation.
VCS