export interface ParsedLine {
    depName?: string;
    specName?: string;
    spec?: string;
    subspec?: string;
    currentValue?: string;
    git?: string;
    tag?: string;
    path?: string;
    source?: string;
}
