Gaol
FreeBSD jails.
Dependencies
pkg install rustRust must be available in the environment used to compile Gaol. When Gaol is included in an Elixir release that is packaged for installation in a different system, Rust is not necessary in that system.
Installation
Gaol should only be included in projects built for FreeBSD. See the docs Mix targets for more information.
def deps do
[
{:gaol, "~> 0.1.0", target: :freebsd}
]
end