Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 295 Bytes

File metadata and controls

18 lines (13 loc) · 295 Bytes

JMAP

Basic JMAP library for Elixir

Installation

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

def deps do
  [
    {:jmap, "~> 0.0.5"}
  ]
end

Documentation

The documentation can be found at HexDocs.