cheminfo-types
    Preparing search index...

    Interface Software

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

    Properties

    description?: string

    A description of the item.

    name: string

    The name of the item.

    ['tga-analysis', 'ChemDraw']

    url?: string

    If the file can be downloaded, URL to download the binary

    version?: string

    Version of the software instance.

    ['v0.0.1', 'rev111']