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

19 lines
447 B
JSON
Raw Normal View History

2025-10-01 20:42:21 +08:00
{
"name": "Lil-Ran/lilunar",
"version": "0.1.0",
"deps": {
2025-11-05 17:17:48 +08:00
"moonbitlang/x": "0.4.36",
"Yoorkin/ArgParser": "0.2.0"
2025-10-01 20:42:21 +08:00
},
"readme": "README.mbt.md",
"repository": "https://github.com/Lil-Ran/lilunar",
"license": "Apache-2.0",
"keywords": [
"MiniMoonBit",
"compiler",
2025-11-11 05:28:39 +08:00
"MGPIC-2025"
2025-10-01 20:42:21 +08:00
],
2025-11-11 05:28:39 +08:00
"description": "Lil-Ran's MiniMoonBit to LLVM IR compiler for MGPIC-2025.",
2025-11-05 17:17:48 +08:00
"source": "src",
"preferred-target": "wasm-gc"
2025-10-01 20:42:21 +08:00
}