used AI to generate documentation. verified all documentation is correct and accurately represents the functionality of the emulator

This commit is contained in:
2026-07-16 20:29:51 +01:00
parent a4d42bdad6
commit a306575cdd
6 changed files with 752 additions and 149 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
DSX is a collection of higherlevel tools that orchestrate the DSA ecosystem.
While **DSA** supplies the core emulator, compiler, assembler and runtime, DSX provides:
* **dsx-build** A build system and package manager that compiles DSA projects, resolves dependencies, and produces deployable artifacts.
* **dsx-client** A package manager that interacts with servers, managing packages and DSA repositories on the local machine
* **dsx-server** A lightweight package repository server that hosts DSX packages, enabling sharing and version control across teams, with CI/CD configured outofthebox.
* **dsx-common** - A set of common utilities between dsx-client and dsx-server, including the build system itself
Together, these tools streamline development workflows, automate builds, and manage the distribution of DSA components within an organization.