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
- Host: GitHub
- URL: https://github.com/mwmiller/saltpack_ex
- Owner: mwmiller
- License: mit
- Created: 2016-04-12T11:25:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-09-24T05:50:52.000Z (9 months ago)
- Last Synced: 2025-09-24T07:29:09.384Z (9 months ago)
- Topics: elixir, saltpack
- Language: Elixir
- Size: 63.5 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```