package dap

  1. Overview
  2. Docs
Debug adapter protocol

Install

Dune Dependency

Authors

Maintainers

Sources

dap-1.0.4.tbz
sha256=93505ff0a7cfb411b45df9420a1f77aee5a06a46a38e483438da72978fa3927a
sha512=5e91fa18e18908ec7226b8a78b5205f700124613797b6562631648349e952b06f011badd494a77ebfcfaa1f7223acc2a7c252cd033b1cbd2073d774c89dc5854

doc/dap.types/Debug_protocol/Checksum/index.html

Module Debug_protocol.ChecksumSource

Sourcetype t = {
  1. algorithm : Checksum_algorithm.t;
    (*

    The algorithm used to calculate this checksum.

    *)
  2. checksum : string;
    (*

    Value of the checksum.

    *)
}

The checksum of an item calculated by the specified algorithm.

Sourceval make : algorithm:Checksum_algorithm.t -> checksum:string -> t
Sourceval to_yojson : t -> Yojson.Safe.t
OCaml

Innovation. Community. Security.