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

https://github.com/mwmiller/saltpack_ex

Saltpack library in pure Elixir
https://github.com/mwmiller/saltpack_ex

elixir saltpack

Last synced: 8 months ago
JSON representation

Saltpack library in pure Elixir

Awesome Lists containing this project

README

          

# Saltpack

A pure Elixir library implementing [saltpack](https://saltpack.org/)

## Installation

```
# add dependencies in mix.exs
defp deps do
[
{:saltpack, "~> 1.2"}
]
end

# and fetch
$ mix deps.get
```