package dap

  1. Overview
  2. Docs
Debug adapter protocol

Install

Dune Dependency

Authors

Maintainers

Sources

dap-1.0.1.tbz
sha256=2c1cb97ed697a3b3c236b3d6d42332193ed9e4f169845551d3690bfa8aa1f527
sha512=9653b7e91148b0a86c41084524dc52ac25e2062d0c39965ab6a916791e9149ca0459ad1e12a71f0670e1956e5295c08356c3bb26bf99090739763f3dbe1fcbdb

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.