fastjames / ex-gpgme

Elixir NIF for GPGME
MIT License
0 stars 0 forks source link

ExGpgme

GitHub license Build Status Hex.pm Version InchCI

Build Requirements

Installation

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

def deps do
  [
    {:ex_gpgme, "~> 0.1"}
  ]
end

The docs can be found at https://hexdocs.pm/ex_gpgme.