SDL Package Manager
(sdlpkg) is a simple package manager for SDL (Simple DirectMedia Layer) libraries. It allows you to easily install, update, and remove SDL packages in your projects.
Init new package file in current directory.
sdlpkg init
Install SDL packages from the package file in the current directory.
sdlpkg install
Update SDL packages in the current directory in their latest version.
sdlpkg update
Remove SDL packages in the current directory.
sdlpkg remove