Asama 10.1 — Implement saqut add package manager #65

Closed
opened 2026-05-26 19:53:24 +03:00 by saqut · 0 comments
Owner

Goal: saqut add downloads and installs a package dependency.

Files to create/modify:

  • src/cli/commands/add.hpp (new)
  • src/package/registry.hpp (new)
  • src/package/resolver.hpp (new)

Requirements:

  • Central package registry (Git or HTTP).
  • saqut add json adds json package to manifest.
  • import json; finds installed package.
  • Semantic versioning support.

Success criteria:

  • saqut add adds dependency to manifest.
  • import of installed package works.
**Goal:** saqut add <package> downloads and installs a package dependency. **Files to create/modify:** - src/cli/commands/add.hpp (new) - src/package/registry.hpp (new) - src/package/resolver.hpp (new) **Requirements:** - Central package registry (Git or HTTP). - saqut add json adds json package to manifest. - import json; finds installed package. - Semantic versioning support. **Success criteria:** - saqut add adds dependency to manifest. - import of installed package works.
saqut closed this issue 2026-06-14 21:53:12 +03:00
Sign in to join this conversation.
No description provided.