Interface Software

interface Software {
    description?: string;
    name: string;
    url?: string;
    version?: string;
}

Properties

description?: string

A description of the item.

name: string

The name of the item. @TJS-examples ['tga-analysis', 'ChemDraw']

url?: string

If the file can be downloaded, URL to download the binary @TJS-examples ['https://github.com/cheminfo/tga-spectrum/releases/tag/v0.16.0']

version?: string

Version of the software instance. @TJS-examples ['v0.0.1', 'rev111']