{
  "schema": 1,
  "repo": "HamnixOS/packages",
  "channel": "linux",
  "url": "https://255.one/linux/",
  "updated": "2026-08-12",
  "description": "hamnix-linux channel -- the Hamnix userland built against the Linux kernel. Same package names as `main`; the binaries are glibc-linked ELFs for this line, not native Hamnix ELFs.",
  "packages": [
    {
      "name": "hamnix-init",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-init-1.0.22.tar.gz",
      "sha256": "9bd984ab6f9e968d4bd9c3f5e61614542953093969fe8be2161c203c834fcac2",
      "size": 110040,
      "description": "hamnix-linux init (the Adder PID 1) and the boot rc scripts",
      "depends": [],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-hamsh",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-hamsh-1.0.22.tar.gz",
      "sha256": "27bac501630f86ae66b34acd8c640aae085486eaa33b001e62a7cfe31956cdba",
      "size": 390882,
      "description": "hamnix-linux shell -- /bin/hamsh",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-net",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-net-1.0.22.tar.gz",
      "sha256": "0bf8f8fe4806c95c89ad4820cb6a8eeb3eda078b53182f3c38e23c10bbeeb1c2",
      "size": 776519,
      "description": "hamnix-linux networking userland -- ifconfig, route, ping, host, curl, wget",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hpm",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hpm-1.0.22.tar.gz",
      "sha256": "32846c3fdb925a6df18d81bd7fccbcb933ba9bb3b54a864820c71c47ecea1849",
      "size": 205647,
      "description": "Hamnix package manager (hpm), built for the Linux line",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-auth",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-auth-1.0.22.tar.gz",
      "sha256": "cf74b9f742a444f604817dce802eb45c68ecc27f355302b72c0a9eb59d5e147d",
      "size": 373204,
      "description": "identity -- login, su, passwd, whoami; clients of /dev/auth",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-modules",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-modules-1.0.22.tar.gz",
      "sha256": "5c5cc591ca0d976f520c25f8f31594019c5ee0275177052fc3be6992ea2b4873",
      "size": 362891,
      "description": "kernel module tools -- insmod, lsmod, modprobe, rmmod",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-install",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-install-1.0.22.tar.gz",
      "sha256": "ebda431f3ac39e104d80c44fb0f93e0445c0ffc1784bf697f11a811b687b7020",
      "size": 799183,
      "description": "installer and system tools -- hlinstall, haminstallui, nsrun, reboot",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-adder",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-adder-1.0.22.tar.gz",
      "sha256": "1d88f1c43d217df601339b922970fc7a7f1705eecbd8d98f1584ed31be82709e",
      "size": 667770,
      "description": "the Adder toolchain -- `ac foo.ad -o foo` on the box: the driver (/bin/ac), the compiler it execs (/bin/host_ac, static), and the runtime sources in /usr/share/adder that ac-link.sh links against",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-audio",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-audio-1.0.22.tar.gz",
      "sha256": "5736339cf2e8aed58238a6365ef1eb1347ab40c341a86f458c141d5698d19dba",
      "size": 276265,
      "description": "hamnix-linux audio userland -- playtone, aplay, arecord, clients of /dev/audio, and /usr/share/sounds/test.wav to play",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-man",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-man-1.0.22.tar.gz",
      "sha256": "ab2c4c32fbabbd3dfcec2cf687f214747f17960478629a7e9a3eeb196a1ad914",
      "size": 8145,
      "description": "the manual pages -- /usr/share/man/*.md, which hamsh's `man` and `help` read. Without them `help` reports its own index missing.",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-desktop",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-desktop-1.0.22.tar.gz",
      "sha256": "5686398f3aa8a465856f7fd933a1593d8d19e20fa5de588ef7cc60e0ffdeeb3e",
      "size": 2605230,
      "description": "hamnix-linux desktop -- the scene compositor, the DE clients, and /etc/skel (the launchers and starter documents a new account gets)",
      "depends": [
        "hamnix-init>=1",
        "hamnix-hamsh>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-vulkan",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-vulkan-1.0.22.tar.gz",
      "sha256": "9b4c45228aa5f14301c86c7b93f6cd6fe2231dff744c5522d03494883e8a1e14",
      "size": 2363598,
      "description": "The Vulkan LOADER (libvulkan.so.1) and the dependency closure every ICD shares -- libdrm, libstdc++, the xcb/wayland presentation libraries. 5.9 MiB. Installs NO driver: the loader reads /usr/share/vulkan/icd.d and finds whatever ICD packages are installed alongside it. `vkprobe` will report zero devices until one is. Everything here lives in the HAMNIX root -- no Debian namespace is involved at any point.",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-vulkan-llvm-part01",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-vulkan-llvm-part01-1.0.22.tar.gz",
      "sha256": "e43c04d03cde4422b3773af1522ad73667e9f4177af344b321c6ebbeddd58f9a",
      "size": 3493702,
      "description": "Payload part 1 of hamnix-vulkan-llvm (libLLVM.so.19.1). Carries no program: it is one piece of a library too large for hpm's 4 MiB in-RAM unpack. hamnix-vulkan-llvm's install hook reassembles the pieces.",
      "depends": [],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-vulkan-llvm-part02",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-vulkan-llvm-part02-1.0.22.tar.gz",
      "sha256": "353dbe3b36fe248a39b46962520ed6655cbe99f547b2b1ec047881b12a41e054",
      "size": 3671213,
      "description": "Payload part 2 of hamnix-vulkan-llvm (libLLVM.so.19.1). Carries no program: it is one piece of a library too large for hpm's 4 MiB in-RAM unpack. hamnix-vulkan-llvm's install hook reassembles the pieces.",
      "depends": [],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-vulkan-llvm-part03",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-vulkan-llvm-part03-1.0.22.tar.gz",
      "sha256": "cd75782a20c9bdbcfd5fbb481698794fb30ff860ffe61b8572fb6465cd9e8396",
      "size": 3671674,
      "description": "Payload part 3 of hamnix-vulkan-llvm (libLLVM.so.19.1). Carries no program: it is one piece of a library too large for hpm's 4 MiB in-RAM unpack. hamnix-vulkan-llvm's install hook reassembles the pieces.",
      "depends": [],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-vulkan-llvm-part04",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-vulkan-llvm-part04-1.0.22.tar.gz",
      "sha256": "d6b0caf0030e58ad42d4e167f092e2a46acab55479839a55f5638e0004b5312a",
      "size": 3671141,
      "description": "Payload part 4 of hamnix-vulkan-llvm (libLLVM.so.19.1). Carries no program: it is one piece of a library too large for hpm's 4 MiB in-RAM unpack. hamnix-vulkan-llvm's install hook reassembles the pieces.",
      "depends": [],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-vulkan-llvm-part05",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-vulkan-llvm-part05-1.0.22.tar.gz",
      "sha256": "8a9edebb61a6614babb3d1e382cc205a860f731a34fc93a6b6e28c723904d899",
      "size": 3669493,
      "description": "Payload part 5 of hamnix-vulkan-llvm (libLLVM.so.19.1). Carries no program: it is one piece of a library too large for hpm's 4 MiB in-RAM unpack. hamnix-vulkan-llvm's install hook reassembles the pieces.",
      "depends": [],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-vulkan-llvm-part06",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-vulkan-llvm-part06-1.0.22.tar.gz",
      "sha256": "f42139819cdcb51d80b0d30c0beca73b792a881bbba855037fb58301c2d19fe1",
      "size": 3671003,
      "description": "Payload part 6 of hamnix-vulkan-llvm (libLLVM.so.19.1). Carries no program: it is one piece of a library too large for hpm's 4 MiB in-RAM unpack. hamnix-vulkan-llvm's install hook reassembles the pieces.",
      "depends": [],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-vulkan-llvm-part07",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-vulkan-llvm-part07-1.0.22.tar.gz",
      "sha256": "7b581c6f032fd7185fbced89c34f3e61216a7f763f6533024c49fd0ad4a91783",
      "size": 3671529,
      "description": "Payload part 7 of hamnix-vulkan-llvm (libLLVM.so.19.1). Carries no program: it is one piece of a library too large for hpm's 4 MiB in-RAM unpack. hamnix-vulkan-llvm's install hook reassembles the pieces.",
      "depends": [],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-vulkan-llvm-part08",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-vulkan-llvm-part08-1.0.22.tar.gz",
      "sha256": "95834378c15f34a840b1a65ddcad1b33e22f3a336094573de1d682d02c8657c1",
      "size": 3668836,
      "description": "Payload part 8 of hamnix-vulkan-llvm (libLLVM.so.19.1). Carries no program: it is one piece of a library too large for hpm's 4 MiB in-RAM unpack. hamnix-vulkan-llvm's install hook reassembles the pieces.",
      "depends": [],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-vulkan-llvm-part09",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-vulkan-llvm-part09-1.0.22.tar.gz",
      "sha256": "147a3ec61f111be8574e22303b2f71b29cd5006b5fca7c8b2ed78ec85852ed52",
      "size": 3422565,
      "description": "Payload part 9 of hamnix-vulkan-llvm (libLLVM.so.19.1). Carries no program: it is one piece of a library too large for hpm's 4 MiB in-RAM unpack. hamnix-vulkan-llvm's install hook reassembles the pieces.",
      "depends": [],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-vulkan-llvm-part10",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-vulkan-llvm-part10-1.0.22.tar.gz",
      "sha256": "3237cef4785a9c2ab2ca12d3986b22c881963213da69664744cc2e52c4668172",
      "size": 3460503,
      "description": "Payload part 10 of hamnix-vulkan-llvm (libLLVM.so.19.1). Carries no program: it is one piece of a library too large for hpm's 4 MiB in-RAM unpack. hamnix-vulkan-llvm's install hook reassembles the pieces.",
      "depends": [],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-vulkan-llvm-part11",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-vulkan-llvm-part11-1.0.22.tar.gz",
      "sha256": "881caafdedb4e2f26617b518d461f1494c996111cb979e949b7d34932826282b",
      "size": 2766811,
      "description": "Payload part 11 of hamnix-vulkan-llvm (libLLVM.so.19.1). Carries no program: it is one piece of a library too large for hpm's 4 MiB in-RAM unpack. hamnix-vulkan-llvm's install hook reassembles the pieces.",
      "depends": [],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-vulkan-llvm-part12",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-vulkan-llvm-part12-1.0.22.tar.gz",
      "sha256": "fd39338d4f6f98507f71ad4fc8f4dc10cb89ba4e7861f43535f72084129159ec",
      "size": 3660042,
      "description": "Payload part 1 of hamnix-vulkan-llvm (libz3.so.4). Carries no program: it is one piece of a library too large for hpm's 4 MiB in-RAM unpack. hamnix-vulkan-llvm's install hook reassembles the pieces.",
      "depends": [],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-vulkan-llvm-part13",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-vulkan-llvm-part13-1.0.22.tar.gz",
      "sha256": "a663d2e16bbda19801d735db4608a1f233b88c6e937a1284f2a74cacdae8fd20",
      "size": 3671333,
      "description": "Payload part 2 of hamnix-vulkan-llvm (libz3.so.4). Carries no program: it is one piece of a library too large for hpm's 4 MiB in-RAM unpack. hamnix-vulkan-llvm's install hook reassembles the pieces.",
      "depends": [],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-vulkan-llvm-part14",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-vulkan-llvm-part14-1.0.22.tar.gz",
      "sha256": "f0efdd32cef22a0fc4c049552eccf2b4fe85f9286cde76ad697c6484ea090d5b",
      "size": 3668593,
      "description": "Payload part 3 of hamnix-vulkan-llvm (libz3.so.4). Carries no program: it is one piece of a library too large for hpm's 4 MiB in-RAM unpack. hamnix-vulkan-llvm's install hook reassembles the pieces.",
      "depends": [],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-vulkan-llvm-part15",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-vulkan-llvm-part15-1.0.22.tar.gz",
      "sha256": "c2df4ec4d96da85669ecc859453aa8e1fb120efc32426db8d9d8e737731c1c32",
      "size": 1014053,
      "description": "Payload part 4 of hamnix-vulkan-llvm (libz3.so.4). Carries no program: it is one piece of a library too large for hpm's 4 MiB in-RAM unpack. hamnix-vulkan-llvm's install hook reassembles the pieces.",
      "depends": [],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-vulkan-llvm",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-vulkan-llvm-1.0.22.tar.gz",
      "sha256": "0f74e2f19ac07f26c90a81229d1cc604d25657ac8bd511f288488a6357c565fb",
      "size": 1092508,
      "description": "libLLVM and its closure, 152.6 MiB, because Debian's Mesa links lavapipe and RADV against it. Nothing else in this channel needs LLVM and nothing here is a compiler you can run -- it is a shader backend that two ICDs dlopen through DT_NEEDED. It is split across part packages purely because hpm unpacks in a 4 MiB RAM buffer.",
      "depends": [
        "hamnix-vulkan>=1",
        "hamnix-vulkan-llvm-part01>=1",
        "hamnix-vulkan-llvm-part02>=1",
        "hamnix-vulkan-llvm-part03>=1",
        "hamnix-vulkan-llvm-part04>=1",
        "hamnix-vulkan-llvm-part05>=1",
        "hamnix-vulkan-llvm-part06>=1",
        "hamnix-vulkan-llvm-part07>=1",
        "hamnix-vulkan-llvm-part08>=1",
        "hamnix-vulkan-llvm-part09>=1",
        "hamnix-vulkan-llvm-part10>=1",
        "hamnix-vulkan-llvm-part11>=1",
        "hamnix-vulkan-llvm-part12>=1",
        "hamnix-vulkan-llvm-part13>=1",
        "hamnix-vulkan-llvm-part14>=1",
        "hamnix-vulkan-llvm-part15>=1",
        "hamnix-gzip>=1",
        "hamnix-cat>=1",
        "hamnix-rm>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-vulkan-anv-part01",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-vulkan-anv-part01-1.0.22.tar.gz",
      "sha256": "27c05bb9cc9022a01a02762d0eda95eb92c4085bc9a937dd6018778edacd5b2e",
      "size": 3648768,
      "description": "Payload part 1 of hamnix-vulkan-anv (libvulkan_intel.so). Carries no program: it is one piece of a library too large for hpm's 4 MiB in-RAM unpack. hamnix-vulkan-anv's install hook reassembles the pieces.",
      "depends": [],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-vulkan-anv-part02",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-vulkan-anv-part02-1.0.22.tar.gz",
      "sha256": "a8f08bde8cd28e51ba25010d57c5377cada06d3638f4fc88c0074c952c3f1eef",
      "size": 1580813,
      "description": "Payload part 2 of hamnix-vulkan-anv (libvulkan_intel.so). Carries no program: it is one piece of a library too large for hpm's 4 MiB in-RAM unpack. hamnix-vulkan-anv's install hook reassembles the pieces.",
      "depends": [],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-vulkan-anv",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-vulkan-anv-1.0.22.tar.gz",
      "sha256": "423445b5bfecc0ca3bdc9afeaca1299222355c733848e4ab0bc20fa521ec404f",
      "size": 68326,
      "description": "Mesa ANV -- the Vulkan driver for Intel integrated and Arc graphics, Skylake onward. Userspace only: it needs the i915 KERNEL driver, and hamnix-drivers-gpu-intel is what depends on this rather than the other way round, so that installing the driver installs the whole stack. That package's firmware caveats apply here too.",
      "depends": [
        "hamnix-vulkan>=1",
        "hamnix-vulkan-anv-part01>=1",
        "hamnix-vulkan-anv-part02>=1",
        "hamnix-gzip>=1",
        "hamnix-cat>=1",
        "hamnix-rm>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-vulkan-lavapipe",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-vulkan-lavapipe-1.0.22.tar.gz",
      "sha256": "6c26b89b857071a9f64107efe57eb3ea6b175b7eafedf862be39c3da54da9f3e",
      "size": 2411217,
      "description": "Mesa LAVAPIPE -- Vulkan on the CPU. No GPU, no kernel driver, no firmware: it enumerates a device on any machine that can run this userland at all, which makes it the fallback and the thing to test against when a real driver misbehaves. It is a SOFTWARE rasteriser and it is slow. Costs 165 MiB installed, nearly all of it libLLVM.",
      "depends": [
        "hamnix-vulkan>=1",
        "hamnix-vulkan-llvm>=1",
        "hamnix-gzip>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-vulkan-nvk",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-vulkan-nvk-1.0.22.tar.gz",
      "sha256": "de82610419e0b41b4e1d0ec8d74596f28fc0be251a5f9fa50cd3bb44646c0704",
      "size": 3418751,
      "description": "Mesa NVK -- the OPEN Vulkan driver for NVIDIA hardware, on top of nouveau. Turing (RTX 20) and newer are where it is a real driver; Kepler through Pascal are supported by the KERNEL side but NVK requires the GSP firmware path, so on those cards you get a display and no Vulkan. This is not the proprietary driver and does not pretend to match it -- see hamnix-drivers-gpu-nvidia.",
      "depends": [
        "hamnix-vulkan>=1",
        "hamnix-gzip>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-vulkan-radv",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-vulkan-radv-1.0.22.tar.gz",
      "sha256": "d1bb687ec5aa811132e85dfa60327c8e3535f7a8b1e32c7a6f272d505fb72fd8",
      "size": 3640322,
      "description": "Mesa RADV -- the Vulkan driver for AMD GCN and RDNA. NOTE: there is no hamnix-drivers-gpu-amd in this channel yet, so the amdgpu KERNEL driver has to come from somewhere else; this package is the userspace half only. Links libLLVM, hence the hamnix-vulkan-llvm dependency.",
      "depends": [
        "hamnix-vulkan>=1",
        "hamnix-vulkan-llvm>=1",
        "hamnix-gzip>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-vulkan-venus",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-vulkan-venus-1.0.22.tar.gz",
      "sha256": "0327d1efd6fe1eaca6ca08c45e632c7fe745c52641b3b66cb746ac9610e5d25b",
      "size": 484316,
      "description": "Mesa VENUS -- the Vulkan driver for virtio-gpu. This is the one that makes a VIRTUAL MACHINE genuinely GPU-accelerated: the guest's Vulkan calls are forwarded over virtio to the host's real driver. Needs a host that offers it (QEMU: -device virtio-gpu-gl-pci,venus=on -- see scripts/hamlinux_vm.sh venus). On a plain virtio-gpu it enumerates nothing, which is correct, not broken.",
      "depends": [
        "hamnix-vulkan>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-drivers-drm",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-drivers-drm-1.0.22.tar.gz",
      "sha256": "ef1c1311ad3b91a67c86f158447e797a32b51b258844e1a3961065b87b182858",
      "size": 954793,
      "description": "DRM/KMS core modules for 6.12.85+deb13-amd64 -- drm, drm_kms_helper, ttm, drm_display_helper and the rest of the stack every GPU driver needs. Loaded from /etc/modules at boot. No display on its own; install hamnix-drivers-gpu-intel or -gpu-nouveau on top.",
      "depends": [
        "hamnix-init>=1",
        "hamnix-gzip>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-firmware-i915-dmc",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-firmware-i915-dmc-1.0.22.tar.gz",
      "sha256": "8bc5805bac708c8ea9b92c94832d03b9554f2fff7672ecbdfb7f63dfcc610bf5",
      "size": 157419,
      "description": "Intel i915 DMC firmware (display microcontroller) -- all gen9+ parts. Needed for display power management; i915 warns and still scans out without it. 21 files, 0.6 MiB installed.",
      "depends": [],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-firmware-i915-guc",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-firmware-i915-guc-1.0.22.tar.gz",
      "sha256": "d37ac020ad59ae207108657e1c2e6658c107f74510e7c524c25d674e0cfee2b0",
      "size": 2819133,
      "description": "Intel i915 GuC firmware (graphics microcontroller) -- OPTIONAL on Skylake..Alder Lake, REQUIRED on DG2/Arc and Meteor Lake, which do not initialise without it. 24 files, 6.3 MiB installed.",
      "depends": [],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-drivers-gpu-intel",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-drivers-gpu-intel-1.0.22.tar.gz",
      "sha256": "2b919f9be8f8c6f7332abefa93ae53dd4cfbea40db88816c5ee47b8650e41635",
      "size": 2113180,
      "description": "Intel integrated graphics (i915) for 6.12.85+deb13-amd64, plus the DMC and GuC firmware. Ships gzipped and is unpacked by the install hook: i915.ko is ~9.9 MiB, larger than hpm's in-RAM unpack buffer. Adds itself to /etc/modules; takes effect on the next boot. NOT shipped: HuC/GSC media firmware. Pulls in hamnix-vulkan-anv, so this is a WHOLE stack -- kernel driver, Vulkan loader and Mesa ICD -- not just a display.",
      "depends": [
        "hamnix-drivers-drm>=1",
        "hamnix-gzip>=1",
        "hamnix-firmware-i915-dmc>=1",
        "hamnix-firmware-i915-guc>=1",
        "hamnix-vulkan-anv>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-firmware-nouveau",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-firmware-nouveau-1.0.22.tar.gz",
      "sha256": "0ff6e6707f6bf962d5d74f706831823d75dba85abbc754d3e455648ff59c7250",
      "size": 2335456,
      "description": "Nvidia falcon microcode for nouveau (acr, gr, sec2, nvdec) -- Maxwell, Pascal, Volta and Turing. 407 files, 4.8 MiB. Does NOT include GSP-RM firmware (121 MiB), so Ampere (GA10x) and Ada (AD10x) are not covered.",
      "depends": [],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-drivers-gpu-nouveau",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-drivers-gpu-nouveau-1.0.22.tar.gz",
      "sha256": "8a5e4b66cf1d558b475501b2d235b50048338dff4578589736675240f0d62188",
      "size": 1329227,
      "description": "Nouveau -- the open-source Nvidia driver -- for 6.12.85+deb13-amd64. Covers Kepler through Turing; Ampere and newer need GSP-RM firmware, which is 121 MiB and is not in this channel, so those cards will NOT come up with this package. Ships gzipped and is unpacked by the install hook. Adds itself to /etc/modules; takes effect on the next boot. Pulls in hamnix-vulkan-nvk, the open Vulkan driver: on Turing and newer that is real 3D, on older cards it is a display only.",
      "depends": [
        "hamnix-drivers-drm>=1",
        "hamnix-gzip>=1",
        "hamnix-firmware-nouveau>=1",
        "hamnix-vulkan-nvk>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-drivers-gpu-nvidia",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-drivers-gpu-nvidia-1.0.22.tar.gz",
      "sha256": "e773e2c6c7802b24c7787a09b80cff2a1b57fc490c99b3b339bf29f55a72a291",
      "size": 1346,
      "description": "The proprietary NVIDIA driver. NOT AVAILABLE on this line and this package will not install -- it exists so the name gives you the reason instead of a 'no such package'. Use hamnix-drivers-gpu-nouveau.",
      "depends": [],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-drivers-base",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-drivers-base-1.0.22.tar.gz",
      "sha256": "feee31d79295060bc962a64af091d4aeff1b58d3672362ed848187528407681f",
      "size": 1762634,
      "description": "The kernel modules hamnix-linux BOOTS with, for 6.12.85+deb13-amd64: ext4 and jbd2, vfat/fat and the nls tables, overlay, squashfs, loop, the virtio block, net and input drivers, evdev, and the snd-hda sound stack. These are the modules the image stages; this package is how an INSTALLED machine receives a fix to them. It does not change /etc/modules (the machine already lists them); it refreshes the files and puts its dependency lines in front of the machine's modules.dep. 34 modules, 2680 bytes of table.",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-vkprobe",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-vkprobe-1.0.22.tar.gz",
      "sha256": "ae082ac70b44a9a98ee220fdd2b3881fa8e016d81f6eeabf8bbbc97c0a7cf776",
      "size": 90631,
      "description": "vkprobe -- open the Vulkan loader, create an instance and print every physical device the installed ICDs enumerate. The check that a GPU package did something real. Prints nothing but a device count of 0 when no driver is installed.",
      "depends": [
        "hamnix-init>=1",
        "hamnix-vulkan>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-app-hamaudioscene",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-app-hamaudioscene-1.0.22.tar.gz",
      "sha256": "8ca1c1d4efe9ee2cbf4235fd5f2ae907a64de3638d4f1578b042f54bbcd2149c",
      "size": 193857,
      "description": "Audio Player -- Play .wav / .mp3 audio through the HDA audio sink (/bin/hamaudioscene, and the launcher that lists it in the Applications menu)",
      "depends": [
        "hamnix-desktop>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-app-hambrowse",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-app-hambrowse-1.0.22.tar.gz",
      "sha256": "44474a793051033a9b468e16b47d78828eaad8d665946b64a15cda5c8fd3235d",
      "size": 1120426,
      "description": "Web Browser -- Browse the web (/bin/hambrowse, and the launcher that lists it in the Applications menu)",
      "depends": [
        "hamnix-desktop>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-app-hamcalcscene",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-app-hamcalcscene-1.0.22.tar.gz",
      "sha256": "c18f4bff5876899defbb023505908b316bd27fa6d7b933ee4326d0eb5f12865a",
      "size": 163522,
      "description": "Calculator -- Perform calculations (/bin/hamcalcscene, and the launcher that lists it in the Applications menu)",
      "depends": [
        "hamnix-desktop>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-app-hamcalscene",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-app-hamcalscene-1.0.22.tar.gz",
      "sha256": "a60aac50edcc6ff2d40a4a2f4cb31b0306850ffe5340c669c255bd1ecef9d2f7",
      "size": 165617,
      "description": "Calendar -- View a monthly calendar (/bin/hamcalscene, and the launcher that lists it in the Applications menu)",
      "depends": [
        "hamnix-desktop>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-app-hamgamedemo",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-app-hamgamedemo-1.0.22.tar.gz",
      "sha256": "e2df98e21655a122b7179d21670f6eb1d11926fd1f5a7e88dc78666571bb573a",
      "size": 189101,
      "description": "Coin Dash -- Steer the sprite to collect coins (/bin/hamgamedemo, and the launcher that lists it in the Applications menu)",
      "depends": [
        "hamnix-desktop>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-app-hamctl",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-app-hamctl-1.0.22.tar.gz",
      "sha256": "3437142f3d7999176abb6bc11c87593a8bc6cdcea4278b10fc3ea8ea5b551651",
      "size": 180461,
      "description": "Control Center -- Configure the system: appearance, date & time, about (/bin/hamctl, and the launcher that lists it in the Applications menu)",
      "depends": [
        "hamnix-desktop>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-app-hamfmscene",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-app-hamfmscene-1.0.22.tar.gz",
      "sha256": "03849ae159f58c0e0bdd25e07fa063d3b4120db1dbfe8e154d0dafeaf3e59081",
      "size": 220545,
      "description": "Files -- Browse files and folders (/bin/hamfmscene, and the launcher that lists it in the Applications menu)",
      "depends": [
        "hamnix-desktop>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-app-ham2048scene",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-app-ham2048scene-1.0.22.tar.gz",
      "sha256": "e47ece701608941819db318810a30c3ca497a091b22087a07c793778c97a3ea8",
      "size": 162935,
      "description": "2048 -- Slide tiles to reach 2048 (/bin/ham2048scene, and the launcher that lists it in the Applications menu)",
      "depends": [
        "hamnix-desktop>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-app-hamchessscene",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-app-hamchessscene-1.0.22.tar.gz",
      "sha256": "6eff7d4b32c4c9521e7e707736965fc002d9861859623492474ecc82c38a3979",
      "size": 161724,
      "description": "Chess -- Two-player hot-seat chess (/bin/hamchessscene, and the launcher that lists it in the Applications menu)",
      "depends": [
        "hamnix-desktop>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-app-hamgamesnake",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-app-hamgamesnake-1.0.22.tar.gz",
      "sha256": "6d4f48b896924131a32a4aee96cf7e36882f3234ddd033e99d3212a11ca93cfb",
      "size": 191104,
      "description": "Snake (hamGame) -- Grid Snake on the hamGame/SDL Surface layer (/bin/hamgamesnake, and the launcher that lists it in the Applications menu)",
      "depends": [
        "hamnix-desktop>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-app-haminput",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-app-haminput-1.0.22.tar.gz",
      "sha256": "fec83f843572fc42b859cc821efdce6746f7c7e4b15f2ea045749dd12f186afe",
      "size": 160574,
      "description": "Input Inspector -- Live keyboard + mouse event inspector (debug middle-click / PRIMARY paste) (/bin/haminput, and the launcher that lists it in the Applications menu)",
      "depends": [
        "hamnix-desktop>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-app-hamminescene",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-app-hamminescene-1.0.22.tar.gz",
      "sha256": "6bd97fc51e7958201803bc04d12db187638bcc3e255fa1f89bcb16c561c44a4b",
      "size": 160557,
      "description": "Minesweeper -- Uncover the field without hitting a mine (/bin/hamminescene, and the launcher that lists it in the Applications menu)",
      "depends": [
        "hamnix-desktop>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-app-hamsheet",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-app-hamsheet-1.0.22.tar.gz",
      "sha256": "ec52f5b5f6022aadc3b788239e82e39ed475e9c4a5bf827025f0b145139d16c3",
      "size": 253748,
      "description": "Spreadsheet -- HamSheet: cells, numbers and =formulas (cell refs, SUM/AVG/MIN/MAX/COUNT) that recalculate (/bin/hamsheet, and the launcher that lists it in the Applications menu)",
      "depends": [
        "hamnix-desktop>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-app-hamslides",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-app-hamslides-1.0.22.tar.gz",
      "sha256": "229aa53f2d068fd0d1a96583e8c38bde9d8198dd03b8e4d62d9281218b877e37",
      "size": 248091,
      "description": "Presentation -- HamSlides: build a slide deck of titles and bullets, then present it full-window (/bin/hamslides, and the launcher that lists it in the Applications menu)",
      "depends": [
        "hamnix-desktop>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-app-hamsnakescene",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-app-hamsnakescene-1.0.22.tar.gz",
      "sha256": "89e0c27945e8646b50e4efa3779d9ff2b80a8793a2c68e7fdc72a85d7d742e41",
      "size": 158724,
      "description": "Snake -- Steer the snake to eat and grow (/bin/hamsnakescene, and the launcher that lists it in the Applications menu)",
      "depends": [
        "hamnix-desktop>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-app-hamtetrisscene",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-app-hamtetrisscene-1.0.22.tar.gz",
      "sha256": "245dd5cf5e6bf77cc77094c1c717d8db8ed9d7b2dbb68afff65186f689937c6a",
      "size": 160948,
      "description": "Tetris -- Stack the falling tetrominoes and clear lines (/bin/hamtetrisscene, and the launcher that lists it in the Applications menu)",
      "depends": [
        "hamnix-desktop>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-app-hamwrite",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-app-hamwrite-1.0.22.tar.gz",
      "sha256": "38ebf061ffa47044c0e344741815c29d198f1c0a20e0e5607367b98e0c9db9b4",
      "size": 249495,
      "description": "Word Processor -- HamWrite: write documents with bold/italic/underline, headings, sizes and alignment (/bin/hamwrite, and the launcher that lists it in the Applications menu)",
      "depends": [
        "hamnix-desktop>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-app-hamlogscene",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-app-hamlogscene-1.0.22.tar.gz",
      "sha256": "e8232ef6be15ec3b857cf6fbfca43759e6d3baf98a70cebbce3a148394e51356",
      "size": 157807,
      "description": "Log Viewer -- Browse the kernel log (/proc/kmsg) with page and tail scrolling (/bin/hamlogscene, and the launcher that lists it in the Applications menu)",
      "depends": [
        "hamnix-desktop>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-app-hamnotesscene",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-app-hamnotesscene-1.0.22.tar.gz",
      "sha256": "0b0ef87a27c9b4925dc636fa173a4ca078f34ebb90ea2eeba4860f75aa098c4e",
      "size": 208814,
      "description": "Notes -- Quick sticky-note scratchpad (/bin/hamnotesscene, and the launcher that lists it in the Applications menu)",
      "depends": [
        "hamnix-desktop>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-app-hamsoftware",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-app-hamsoftware-1.0.22.tar.gz",
      "sha256": "880186f5056ff949a000997c19c6a0479dd59ae431284a31da61373029d96504",
      "size": 212615,
      "description": "Software -- Browse, search, install, remove and upgrade software packages (hpm front-end) (/bin/hamsoftware, and the launcher that lists it in the Applications menu)",
      "depends": [
        "hamnix-desktop>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-app-hamshotui",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-app-hamshotui-1.0.22.tar.gz",
      "sha256": "e5855b5fed40c6cebbbd23c3d5eea7fc7a66d314fb2015ceef53306a8205def1",
      "size": 160165,
      "description": "Screenshot -- Capture the whole desktop, a selected area, or an application window to a PNG in your home folder (/bin/hamshotui, and the launcher that lists it in the Applications menu)",
      "depends": [
        "hamnix-desktop>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-app-hammonscene",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-app-hammonscene-1.0.22.tar.gz",
      "sha256": "30ee5f51438d1837b48b88fd39f8ca6a8c148848973e2e7f3cdb57d0af888e5a",
      "size": 165018,
      "description": "System Monitor -- View system resource usage (/bin/hammonscene, and the launcher that lists it in the Applications menu)",
      "depends": [
        "hamnix-desktop>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-app-hamvideoscene",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-app-hamvideoscene-1.0.22.tar.gz",
      "sha256": "3adfa7600b282336a4719785891e36f06d09b351b57f3a091e8f9633153b59c3",
      "size": 165711,
      "description": "Video Player -- Play a Motion-JPEG .hmjv clip in a window (/bin/hamvideoscene, and the launcher that lists it in the Applications menu)",
      "depends": [
        "hamnix-desktop>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-ls",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-ls-1.0.22.tar.gz",
      "sha256": "6d08594c9230a0c102afabcab9d1ff564d00215fc179ca19d5e633bca3c158e5",
      "size": 104311,
      "description": "ls - list the entries of a directory",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-cat",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-cat-1.0.22.tar.gz",
      "sha256": "d405f32441ce46abf5b214cc04b25bd6c82901ea945293fb09153db93ed2b032",
      "size": 90403,
      "description": "cat - stream one or more files to stdout",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-echo",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-echo-1.0.22.tar.gz",
      "sha256": "6ace1e81444b650e30ae10794b7481c56df01dfd7a0646f67171c5379fe99daf",
      "size": 89892,
      "description": "hamnix-linux echo command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-cp",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-cp-1.0.22.tar.gz",
      "sha256": "0914d7eabc7087c02af37ab6b70890eff9d4855854c70381e3f51ee3a68c1c05",
      "size": 105937,
      "description": "cp - copy one file to another",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-mv",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-mv-1.0.22.tar.gz",
      "sha256": "6df1cbc1dc72c02104c668cb1c59e6ad1bd6205c02e57c419a89298548add452",
      "size": 90254,
      "description": "hamnix-linux mv command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-rm",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-rm-1.0.22.tar.gz",
      "sha256": "243b58437c6fe1d8df05d1a17c8097f4f4b9d25321b8810feb6c32a97ead094c",
      "size": 89992,
      "description": "hamnix-linux rm command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-mkdir",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-mkdir-1.0.22.tar.gz",
      "sha256": "1af72d5bfc4c4e05a6c06c3d6a46bb868824bddaf77fdeb6b61796cdb4a3aa8c",
      "size": 89997,
      "description": "hamnix-linux mkdir command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-ln",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-ln-1.0.22.tar.gz",
      "sha256": "f37e9462fa1731948fbd27236e69438fd156e28f76ac0440c2d4573667a36a62",
      "size": 89993,
      "description": "hamnix-linux ln command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-touch",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-touch-1.0.22.tar.gz",
      "sha256": "b5df1a2242b47c8c5185ada6a3bf3d283ac04aeda5f8cdaf091d6e17ead3b8b5",
      "size": 90002,
      "description": "hamnix-linux touch command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-pwd",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-pwd-1.0.22.tar.gz",
      "sha256": "9acbd4285b1b9abb64d5973cc2c5aa98adbc518cbcfa104f8a42377a477048aa",
      "size": 89761,
      "description": "hamnix-linux pwd command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-grep",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-grep-1.0.22.tar.gz",
      "sha256": "8e1a1ac86c7658586da58865fb0b9874ee51f2dc4df26c3c0658234d6fbf2b5b",
      "size": 99292,
      "description": "hamnix-linux grep command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-sed",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-sed-1.0.22.tar.gz",
      "sha256": "7c7a0aec897b8f6983411da124f369373deda715a2449a3bb65d90f5c18ba3c7",
      "size": 99940,
      "description": "hamnix-linux sed command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-sort",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-sort-1.0.22.tar.gz",
      "sha256": "7e752f7adec98c4ad47a321df73652a34800d417bfbbfff13a102c07845a6364",
      "size": 93142,
      "description": "hamnix-linux sort command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-uniq",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-uniq-1.0.22.tar.gz",
      "sha256": "40e0be4071b83381f57c498268f39e554ac41b5388a34bed674240124825872a",
      "size": 91016,
      "description": "hamnix-linux uniq command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-head",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-head-1.0.22.tar.gz",
      "sha256": "aaf4f92532392cc3e32ef2d02e136912af54deab4967ff8a22305ecb650aad53",
      "size": 90686,
      "description": "hamnix-linux head command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-tail",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-tail-1.0.22.tar.gz",
      "sha256": "357daa8a0fd3f5b5d7c182f8fb874d0a53248e3539c4964d9d105c65975df89c",
      "size": 91403,
      "description": "hamnix-linux tail command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-wc",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-wc-1.0.22.tar.gz",
      "sha256": "b6e4d778a516da53e2129336bc94c438ca69a2e16052837f676f950308263e6c",
      "size": 91594,
      "description": "hamnix-linux wc command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-cut",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-cut-1.0.22.tar.gz",
      "sha256": "a49295871bd1ae54dcd724ce07a8b5100d973d0cd88453c8cf42ae0654a32cd3",
      "size": 92501,
      "description": "hamnix-linux cut command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-tr",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-tr-1.0.22.tar.gz",
      "sha256": "1a8447961063fc0cebdda6bedcba0af41db2635cd6115da929268b127703982d",
      "size": 92378,
      "description": "hamnix-linux tr command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-find",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-find-1.0.22.tar.gz",
      "sha256": "cfbfa70193fd06df4df5ac5a8ae43a7f44d39ab8084c240aaaa11df3a8d16233",
      "size": 107376,
      "description": "find - print every path under a starting directory",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-du",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-du-1.0.22.tar.gz",
      "sha256": "822acf9bbd0b179e4d286006727f9d3ed27f18a1c7801989cb0e1c41a33f5b46",
      "size": 103753,
      "description": "du - count entries beneath a directory",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-df",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-df-1.0.22.tar.gz",
      "sha256": "c19c6ac20418d4376f1a466f172a0649d327451e276a9cf79ed2cd940246cd0b",
      "size": 89956,
      "description": "df - dump /proc/mounts",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-stat",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-stat-1.0.22.tar.gz",
      "sha256": "4208d09b010fc23c41c96a914dad3fd6f44cff58bfb1f670dc7a70ff29d0357b",
      "size": 104585,
      "description": "hamnix-linux stat command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-tree",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-tree-1.0.22.tar.gz",
      "sha256": "343b66b4b67b984c8dff49b131866b07bb12d8de3b497be76a9c8674cbab56d7",
      "size": 106320,
      "description": "hamnix-linux tree command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-date",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-date-1.0.22.tar.gz",
      "sha256": "23f6c21dcf762a2028728aec76e64c5bdf65dde8eea40aed59a5db055fad1c03",
      "size": 90138,
      "description": "hamnix-linux date command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-sleep",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-sleep-1.0.22.tar.gz",
      "sha256": "17ab851c9d3f38021432416010b324ee92fbcd70ab6bad311053567c8437af42",
      "size": 90073,
      "description": "hamnix-linux sleep command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-true",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-true-1.0.22.tar.gz",
      "sha256": "4e33ad36c0df81b18c0ce3e8d215fb26b2a104bfc70a17a880894d211b1297cb",
      "size": 89694,
      "description": "hamnix-linux true command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-false",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-false-1.0.22.tar.gz",
      "sha256": "f52337f6e7f732e5fb7ff795bfb035a111c7ebad501f185f270d926dfead1ad7",
      "size": 89687,
      "description": "hamnix-linux false command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-yes",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-yes-1.0.22.tar.gz",
      "sha256": "74926e2f684d666700d9114b2f2429a8cf9ad286702907687c74d674b1b4bdb6",
      "size": 90055,
      "description": "hamnix-linux yes command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-seq",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-seq-1.0.22.tar.gz",
      "sha256": "1773429af1725b50a3b0c132121660fb13f19fa09150f109e5fdcbc718708402",
      "size": 90570,
      "description": "hamnix-linux seq command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-basename",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-basename-1.0.22.tar.gz",
      "sha256": "654949f68b705839a20cc85836817d52ddcf471b565513c249535f93727de555",
      "size": 90083,
      "description": "hamnix-linux basename command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-dirname",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-dirname-1.0.22.tar.gz",
      "sha256": "4c978f7f801a00b3121594f598829b2e812cab55b68b88b7ff1e92ba8d93d1d7",
      "size": 90062,
      "description": "hamnix-linux dirname command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-env-show",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-env-show-1.0.22.tar.gz",
      "sha256": "bf902b414fdf5e6bcbb96c4f1f3e6fdd267aee04d5f226f09f672cf637bc9aba",
      "size": 89795,
      "description": "hamnix-linux env_show command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-printenv",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-printenv-1.0.22.tar.gz",
      "sha256": "a582138c73fca634838ccc854d5d1d0f674ae0b0e722624baa83e2239f2e6f4d",
      "size": 90241,
      "description": "hamnix-linux printenv command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-id",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-id-1.0.22.tar.gz",
      "sha256": "469672b43b6621626db18764185d9a9079a7ef8233db2787f688429616a2c221",
      "size": 93580,
      "description": "hamnix-linux id command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-hostname",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-hostname-1.0.22.tar.gz",
      "sha256": "968796605e1e8762c132df269cca39969b77d9377ce10118aa2eebd9bddc816d",
      "size": 89890,
      "description": "hamnix-linux hostname command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-uname",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-uname-1.0.22.tar.gz",
      "sha256": "72477cb5d1aa90623dcab302485b81030787c800c6bba5472e28acb0ff1b42d5",
      "size": 89778,
      "description": "hamnix-linux uname command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-ps",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-ps-1.0.22.tar.gz",
      "sha256": "9564b2f0b5f0fbdff92c032b8f7574b793ab1850890848b9aa423ff59e960a93",
      "size": 94782,
      "description": "ps - print a per-task snapshot from /proc",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-kill",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-kill-1.0.22.tar.gz",
      "sha256": "e204b7e2429c83472e26dd596a3b2d30c9f2e0ec5d0c32199102ae15da18c92b",
      "size": 103672,
      "description": "hamnix-linux kill command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-tar",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-tar-1.0.22.tar.gz",
      "sha256": "2372957d6860a73d8febc62c89c8c6b47c837de53f42b6fd64f91122ab58ea0c",
      "size": 119696,
      "description": "hamnix-linux tar command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-gzip",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-gzip-1.0.22.tar.gz",
      "sha256": "a9bc59ebdc955d54ce0d818c97ede1a64832ff9b5e334db526555a987ab4272f",
      "size": 100331,
      "description": "hamnix-linux gzip command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-base64",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-base64-1.0.22.tar.gz",
      "sha256": "8403104075c68bdea24249d7a105e156a1405e7310c281f228aa72d621be4441",
      "size": 91171,
      "description": "hamnix-linux base64 command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-cksum",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-cksum-1.0.22.tar.gz",
      "sha256": "c55c4c6da7dfac1ebf03e3f9bf7ec2b012a230217c3473b5e2df77332d354d02",
      "size": 91310,
      "description": "hamnix-linux cksum command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-md5sum",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-md5sum-1.0.22.tar.gz",
      "sha256": "14f59ed836abd8c898f20805870ba8b73941b57bf48395a19458af73fa57f243",
      "size": 93178,
      "description": "hamnix-linux md5sum command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-more",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-more-1.0.22.tar.gz",
      "sha256": "db7c4c7abcb649bb6c308750e98184d6f2cf4e7ad946ebe803d1d1ce1d860b2a",
      "size": 89985,
      "description": "hamnix-linux more command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-less",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-less-1.0.22.tar.gz",
      "sha256": "bd7c674bb24c7b785573a3d260a4083443a15fdf47ef3f7a60d553a9f0aa64af",
      "size": 89982,
      "description": "hamnix-linux less command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-bc",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-bc-1.0.22.tar.gz",
      "sha256": "8ede995d0c5e864b24897437584a0a8dda9acd0bc5773468cb777e6555a4e01c",
      "size": 93649,
      "description": "hamnix-linux bc command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-cal",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-cal-1.0.22.tar.gz",
      "sha256": "71ff2c234bcdb2a0a6d8a919dbcfe7519a49bae47df700e024b184d460c20266",
      "size": 90047,
      "description": "hamnix-linux cal command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-ascii",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-ascii-1.0.22.tar.gz",
      "sha256": "42dd45354e02a19a13a99dcba6ee94d7f148553aa4e4db4058343dee81b0b8c7",
      "size": 90249,
      "description": "hamnix-linux ascii command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-awk",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-awk-1.0.22.tar.gz",
      "sha256": "8bc9df67362e84366bd455e4af692c06b2e33310761525d673bb0bddd03fab18",
      "size": 127814,
      "description": "hamnix-linux awk command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-cmp",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-cmp-1.0.22.tar.gz",
      "sha256": "5eb831cae1f5a3d4f060d094a950d8d0e90c0dd8884c949e2475f720b18c9706",
      "size": 90632,
      "description": "hamnix-linux cmp command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-column",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-column-1.0.22.tar.gz",
      "sha256": "bad4ef81077d1cb6fa54702587d34381431560e47afa02a20cc1d457399c0335",
      "size": 93421,
      "description": "hamnix-linux column command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-comm",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-comm-1.0.22.tar.gz",
      "sha256": "2b1be63a277d70c411186946a9fef16835faacd6ae2f7e865c60d5da1b5cc3e6",
      "size": 91449,
      "description": "hamnix-linux comm command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-diff",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-diff-1.0.22.tar.gz",
      "sha256": "85f0fb743fb0c0494697e6064e15678b28d7fe3b446603d9a659d968fdb4de61",
      "size": 94001,
      "description": "hamnix-linux diff command",
      "depends": [
        "hamnix-init>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-coreutils",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-coreutils-1.0.22.tar.gz",
      "sha256": "2bf17a6a37676e5b175447870148f6a56f6973b273af5a1a23c8072e4d9795ab",
      "size": 482,
      "description": "hamnix-linux core userland -- pulls in every per-command package",
      "depends": [
        "hamnix-ascii",
        "hamnix-awk",
        "hamnix-base64",
        "hamnix-basename",
        "hamnix-bc",
        "hamnix-cal",
        "hamnix-cat",
        "hamnix-cksum",
        "hamnix-cmp",
        "hamnix-column",
        "hamnix-comm",
        "hamnix-cp",
        "hamnix-cut",
        "hamnix-date",
        "hamnix-df",
        "hamnix-diff",
        "hamnix-dirname",
        "hamnix-du",
        "hamnix-echo",
        "hamnix-env-show",
        "hamnix-false",
        "hamnix-find",
        "hamnix-grep",
        "hamnix-gzip",
        "hamnix-head",
        "hamnix-hostname",
        "hamnix-id",
        "hamnix-kill",
        "hamnix-less",
        "hamnix-ln",
        "hamnix-ls",
        "hamnix-md5sum",
        "hamnix-mkdir",
        "hamnix-more",
        "hamnix-mv",
        "hamnix-printenv",
        "hamnix-ps",
        "hamnix-pwd",
        "hamnix-rm",
        "hamnix-sed",
        "hamnix-seq",
        "hamnix-sleep",
        "hamnix-sort",
        "hamnix-stat",
        "hamnix-tail",
        "hamnix-tar",
        "hamnix-touch",
        "hamnix-tr",
        "hamnix-tree",
        "hamnix-true",
        "hamnix-uname",
        "hamnix-uniq",
        "hamnix-wc",
        "hamnix-yes"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-apps",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-apps-1.0.22.tar.gz",
      "sha256": "549bedb1a826824ddb7508e01035328bcae724f3f11efd441639e110b1cb0698",
      "size": 458,
      "description": "hamnix-linux desktop applications -- pulls in every per-application package, each carrying its program and the launcher that lists it in the Applications menu",
      "depends": [
        "hamnix-app-ham2048scene",
        "hamnix-app-hamaudioscene",
        "hamnix-app-hambrowse",
        "hamnix-app-hamcalcscene",
        "hamnix-app-hamcalscene",
        "hamnix-app-hamchessscene",
        "hamnix-app-hamctl",
        "hamnix-app-hamfmscene",
        "hamnix-app-hamgamedemo",
        "hamnix-app-hamgamesnake",
        "hamnix-app-haminput",
        "hamnix-app-hamlogscene",
        "hamnix-app-hamminescene",
        "hamnix-app-hammonscene",
        "hamnix-app-hamnotesscene",
        "hamnix-app-hamsheet",
        "hamnix-app-hamshotui",
        "hamnix-app-hamslides",
        "hamnix-app-hamsnakescene",
        "hamnix-app-hamsoftware",
        "hamnix-app-hamtetrisscene",
        "hamnix-app-hamvideoscene",
        "hamnix-app-hamwrite",
        "hamnix-desktop>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    },
    {
      "name": "hamnix-base",
      "version": "1.0.22",
      "arch": "x86_64",
      "url": "packages/hamnix-base-1.0.22.tar.gz",
      "sha256": "d855c0b717df7b364285cc50b468745c594dfa667b9e0a4c058c8c25ddf245f5",
      "size": 366,
      "description": "hamnix-linux base system -- init, shell, coreutils, networking, package manager, desktop, manual pages and the boot kernel modules",
      "depends": [
        "hamnix-init>=1",
        "hamnix-hamsh>=1",
        "hamnix-coreutils>=1",
        "hamnix-net>=1",
        "hpm>=1",
        "hamnix-desktop>=1",
        "hamnix-apps>=1",
        "hamnix-man>=1",
        "hamnix-drivers-base>=1"
      ],
      "target": "#hamnix-system",
      "channel": "linux"
    }
  ]
}
