You can search for identifiers within the package.
in-package search v0.2.0
rpmfile
Header.Entry
type record = {
tag : int;
kind : int;
offset : int;
count : int;
}
and value =
| Null
| Char of char
| Int of int
| Int32 of int32
| Int64 of int64
| String of string
| Binary of bytes
| StringArray of string list
| Array of value list