Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 540 Bytes

File metadata and controls

25 lines (16 loc) · 540 Bytes

GenDAP

GenDAP is an OTP behaviour for building processes that implement the Debug Adapter Protocol.

Examples

TODO

Installation

This package can be installed by adding gen_dap to your list of dependencies in mix.exs:

def deps do
  [
    {:gen_dap, "~> 0.0.1"}
  ]
end

Documentation can be found at https://hexdocs.pm/gen_dap.

Credits

This library is inspired by and based on gen_lsp by Mitchell Hanberg.