package dap

  1. Overview
  2. Docs
Debug adapter protocol

Install

Dune Dependency

Authors

Maintainers

Sources

dap-1.0.3.tbz
sha256=a7a925d4633f65f89d401b7f267aaa3b5e0a14b16f34d533151bb8ca854e2938
sha512=a4174aa17e91832e444127881d42026ab41026bcf0f6ba521de609143cac3f5271e7031553d99d8f32a5a4da5ece6c1d4cf7a95835fdc089c1b098ef86de1fc7

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.