You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CUL is a command-line utility for C/C++ that brings pip/npm-like simplicity to native development. It lets you install and manage modules, then compile your project with one command — no compiler flags, no makefiles, no linker headaches.
This is the backend of CUL, responsible for powering the CLI and WebUI by providing module metadata (versions and details), serving modules to the CLI, and handling module uploads.