Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 782 Bytes

File metadata and controls

25 lines (20 loc) · 782 Bytes

Dependency Graph

The four public repositories form one lockstep SDK family.

flowchart LR
    core["moot-core"]
    semantics["moot-semantics"]
    system["moot-system"]
    memory["moot-memory"]

    core --> semantics
    core --> system
    core --> memory
    semantics --> memory
    system --> memory
Loading

moot-core has no MOOT SDK dependency. moot-semantics and moot-system depend on moot-core. moot-memory composes all three lower repositories.

The root Package.swift and Cargo.toml files are the executable dependency truth for this release. PACKAGE_MAP.md maps each package to its Swift product, Rust crate, and maintained documentation.