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