You can search for identifiers within the package.
in-package search v0.2.0
type other_prime = {
r : Z.t;
d : Z.t;
t : Z.t;
}
type t = {
n : Z.t;
e : Z.t;
p : Z.t;
q : Z.t;
dp : Z.t;
dq : Z.t;
qinv : Z.t;
other_primes : other_prime list;
val other_prime_grammar : other_prime Asn.t
val grammar : t Asn.t
val encode : t -> Cstruct.t
val decode : Cstruct.t -> t