14 lines
325 B
Markdown
14 lines
325 B
Markdown
|
|
|
||
|
|
# Package Management System Introduction
|
||
|
|
The Package Manager is a fundamental component of the system for managing Packages.
|
||
|
|
The design of this system references Git - the distinction between client and server is not so significant, it is more about synchronization.
|
||
|
|
|
||
|
|
# Problems to Solve
|
||
|
|
TODO
|
||
|
|
|
||
|
|
# Design
|
||
|
|
TODO
|
||
|
|
|
||
|
|
# Testing
|
||
|
|
TODO
|