The current set of binary packages in the nbpr Hex organisation, derived from packages/ in the workspace at docs-build time.

The :nbpr library itself isn't shown — it lives on public hex.pm rather than the nbpr organisation. Install it directly from hex.pm/packages/nbpr.

PackageVersionDescription
:nbpr_balena_engine20.10.26BalenaEngine is a new container engine purpose-built for embedded and IoT use cases and compatible with Docker containers.
:nbpr_chrony4.8NTP client and server (chrony) that can discipline the clock from a local GPS reference, packaged for Nerves
:nbpr_cni_plugins1.7.1Reference Container Network Interface plugins
:nbpr_containerd2.0.7Containerd is a daemon to control runC.
:nbpr_dnsmasq2.92Lightweight DHCP/DNS server (dnsmasq) packaged for Nerves
:nbpr_docker_cli28.3.2Docker is a platform to build, ship, and run applications as lightweight containers.
:nbpr_docker_cli_buildx0.25.0Buildx is a Docker CLI plugin for extended build capabilities with BuildKit.
:nbpr_docker_compose2.38.2Multi-container applications with the Docker CLI.
:nbpr_docker_engine28.3.2Docker is a platform to build, ship, and run applications as lightweight containers.
:nbpr_gpsd3.27.5GPS/GNSS and AIS receiver monitoring daemon (gpsd), client tools, and libgps, packaged for Nerves
:nbpr_htop3.4.1Htop is an interactive text-mode process viewer for Linux.
:nbpr_iperf33.19.1Iperf is a tool for active measurements of the maximum achievable bandwidth on IP networks.
:nbpr_iptables1.8.11Linux kernel firewall, NAT, and packet mangling tools.
:nbpr_jq1.8.2Lightweight JSON processor (jq) packaged for Nerves
:nbpr_kmod34.2Kernel module tools (insmod, modprobe, depmod) and libkmod packaged for Nerves
:nbpr_libcap2.78This library implements the user-space interfaces to the POSIX 1003.1e capabilities available in Linux kernels.
:nbpr_libpcap1.10.5A system-independent library for user-level network packet capture.
:nbpr_pps_tools1.0.3Userspace utilities for the Linux PPS (pulse-per-second) API (pps-tools) packaged for Nerves
:nbpr_runc1.3.0Reference OCI container runtime CLI
:nbpr_strace6.18.0A useful diagnostic, instructional, and debugging tool.
:nbpr_tcpdump4.99.5A tool for network monitoring and data acquisition.

Using a package

Add the library plus whichever binary packages you need:

defp deps do
  [
    {:nbpr, "~> 0.2"},
    {:nbpr_jq, "~> 1.0", organization: "nbpr"}
  ]
end

See Getting started for the full consumer flow, including authenticating to the nbpr organisation.