Nerves v0.6.1 Nerves.Package.Provider behaviour
Defines the Nerves package provider behaviour
A package provider is a module that can take package source and produce artifacts.
Summary
Callbacks
artifact(package, toolchain, opts)
artifact(package :: Nerves.Package.t, toolchain :: atom, opts :: term) :: :ok | {:error, reason :: term}