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
- Host: GitHub
- URL: https://github.com/jshmrtn/ex-gpgme
- Owner: jshmrtn
- License: mit
- Archived: true
- Created: 2017-11-30T14:34:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-03T14:26:20.000Z (almost 7 years ago)
- Last Synced: 2025-10-01T01:54:43.157Z (10 days ago)
- Topics: elixir, gpg, gpgme, nif
- Language: Elixir
- Size: 6.61 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExGpgme
[](https://raw.githubusercontent.com/jshmrtn/ex-gpgme/master/LICENSE)
[](https://travis-ci.org/jshmrtn/ex-gpgme)
[](https://hex.pm/packages/ex_gpgme)
[](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).