Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

jshmrtn/ex-gpgme

Repository files navigation

ExGpgme

GitHub license Build Status Hex.pm Version InchCI

Build Requirements

  • rust - brew install rust
  • gettext - brew install gettext
  • gpgme deps - brew install autoconf automake gettext gpgme openssl

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.