chore: scaffold dub project with TOML dep

This commit is contained in:
2026-08-08 17:10:04 -04:00
parent 709bb310e1
commit b2d1df72f9
5 changed files with 49 additions and 1 deletions
+22 -1
View File
@@ -1,3 +1,24 @@
# tofu
A package manager for the ZereneOS Unofficial User Repository
A package manager for the ZereneOS Unofficial User Repository
## What it is
A Dlang wrapper around zeta-toolchain and ZETA for the ZUUR recipe repository, in the style of yay/paru for the ZereneOS ecosystem.
## Requirements
- dub
- a D compiler (dmd or ldc2)
- lua
- curl
- zeta-toolchain
- Zeta
## Build
```
dub build
```
Produces the `./tofu` binary.