1## `zpm search` command
2```
3zigmod zpm search
4```
5
6Use this subcommand to print the available packages on ZPM servers.
7
8Example output below. `......` is used to redact long output.
9
10```
11NAME AUTHOR DESCRIPTION
12sdl xq Wraps SDL2 into a nice and cozy zig-style API.
13luf Luukdegram Statically typed, embeddable, scripting language written in Zig.
14lscolors joachimschmidt557 A zig library for colorizing paths according to LS_COLORS
15......
16zig-pixman Isaac Freund zig bindings for pixman
17zalgebra Alexandre Chêne (kooparse) Linear algebra library for games and computer graphics.
18zigimg mlarouche A work in progress library to create, process, read and write different image formats
19```