This repository has been archived on 2025-11-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
lilunar/moon.mod.json
2025-11-20 17:06:45 +08:00

20 lines
488 B
JSON

{
"name": "Lil-Ran/lilunar",
"version": "0.1.0",
"deps": {
"moonbitlang/x": "0.4.36",
"Yoorkin/ArgParser": "0.2.0",
"Kaida-Amethyst/MoonLLVM": "0.1.11"
},
"readme": "README.mbt.md",
"repository": "https://github.com/Lil-Ran/lilunar",
"license": "Apache-2.0",
"keywords": [
"MiniMoonBit",
"compiler",
"MGPIC-2025"
],
"description": "Lil-Ran's MiniMoonBit to LLVM IR compiler for MGPIC-2025.",
"source": "src",
"preferred-target": "wasm-gc"
}