CLIENT.BuildInfoDependency
type t = {
name : string;
git_commit : string;
}
val enc : t Json_encoding.encoding
val t_enc : t Json_encoding.encoding