Pack indexes.
|
#
offsets
| : int SHA.Map.t | ; | |||
|
#
crcs
| : int32 SHA.Map.t | ; | |||
|
#
pack_checksum
| : SHA.t | ; |
offsests is the positions of the SHA objects in the
corresponding raw pack file.
crcs contains the CRC-32 value of the packed object data.
pack_checksum is the corresponding pack file checksums, value
which is needed when writing the pack index file to disk.