20 lines
451 B
JSON
20 lines
451 B
JSON
{
|
|
"name": "Lil-Ran/lilunar",
|
|
"version": "0.1.0",
|
|
"deps": {
|
|
"moonbitlang/x": "0.4.36",
|
|
"Yoorkin/ArgParser": "0.2.0"
|
|
},
|
|
"readme": "README.mbt.md",
|
|
"repository": "https://github.com/Lil-Ran/lilunar",
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"MiniMoonBit",
|
|
"compiler",
|
|
"RISC-V",
|
|
"assembly"
|
|
],
|
|
"description": "My MiniMoonBit to RISC-V compiler for MGPIC-2025.",
|
|
"source": "src",
|
|
"preferred-target": "wasm-gc"
|
|
} |