= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package git
-
git
-
-
git.top
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
The type for postition-independant packed values. See S
.PIC.
Create a position-independent packed value. By default, shallow
is false
.
of_raw sha1 raw
is the position-independant packed value built by parsing raw
. By default shallow
is false
.
val raw : t -> string option
raw t
is t
's raw represation.
val shallow : t -> bool
shallow t
is true iff t
is not included in the pack file.
val unpack_kind : kind -> string
Unpack a PIC kind into a string.
val unpack : t -> string
Unpack a PICK value into a string.