Burrito 1.3 now requires Zig 0.15.2 (build fails with 'Your Zig version does not match the one Burrito requires! We need 0.15.2, you have: 0.13.0'). Zig also changed its tarball naming around 0.15: the arch now comes before 'linux' (zig-x86_64-linux-VER.tar.xz instead of zig-linux-x86_64-VER.tar.xz), so both the download URL and the post-extract symlink glob had to change. |
||
|---|---|---|
| .. | ||
| config | ||
| docs | ||
| lib | ||
| rel | ||
| scripts | ||
| test | ||
| .formatter.exs | ||
| .gitignore | ||
| Dockerfile.build | ||
| mix.exs | ||
| mix.lock | ||
| README.md | ||
ProxmoxAgent
TODO: Add description
Installation
If available in Hex, the package can be installed
by adding agent to your list of dependencies in mix.exs:
def deps do
[
{:agent, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/agent.