Installation
Ophiolite is currently developed as a Rust monorepo with supporting Bun-based frontend apps.
Prerequisites
- Rust toolchain
- Bun
- Git
Repo shape
The main workspace crates are:
ophiolite-coreophiolite-parserophiolite-tableophiolite-packageophiolite-projectophiolite-ingestophiolite-computeophiolite-cli
The compatibility facade is:
ophiolite
The internal app surface is:
apps/ophiolite-harness
Local commands
Rust:
cargo testHarness:
cd apps/ophiolite-harnessbun installbun run testbun run buildNext: