Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jshmrtn/ex-gpgme

Elixir NIF for GPGME
https://github.com/jshmrtn/ex-gpgme

elixir gpg gpgme nif

Last synced: 7 days ago
JSON representation

Elixir NIF for GPGME

Awesome Lists containing this project

README

        

# ExGpgme

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/jshmrtn/ex-gpgme/master/LICENSE)
[![Build Status](https://travis-ci.org/jshmrtn/ex-gpgme.svg?branch=master)](https://travis-ci.org/jshmrtn/ex-gpgme)
[![Hex.pm Version](https://img.shields.io/hexpm/v/ex_gpgme.svg?style=flat)](https://hex.pm/packages/ex_gpgme)
[![InchCI](https://inch-ci.org/github/jshmrtn/ex-gpgme.svg?branch=master)](https://inch-ci.org/github/jshmrtn/ex-gpgme)

## 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`:

```elixir
def deps do
[
{:ex_gpgme, "~> 0.1"}
]
end
```
The docs can be found at [https://hexdocs.pm/ex_gpgme](https://hexdocs.pm/ex_gpgme).