Packages

Nerves Binary Package Repository — library underpinning :nbpr_* packages

Current section

Files

Jump to
nbpr lib nbpr.ex
Raw

lib/nbpr.ex

defmodule NBPR do
@moduledoc """
Nerves Binary Package Repository — the library underpinning every `:nbpr_*` Hex package.
Provides the `NBPR.BrPackage` macro plus Mix tasks for authoring and inspecting packages.
See the workspace `PLAN.md` and `CLAUDE.md` for design context.
"""
end