7 Star 25 Fork 0

MoonBit/moonbit-compiler

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
moonbit-lang.opam 398 Bytes
一键复制 编辑 原始数据 按行查看 历史
Bao Zhiyuan 提交于 2024-12-16 16:31 +08:00 . init
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "moonbit language"
maintainer: ["Hongbo Zhang<bob.hongbo.zhang@idea.edu.cn>"]
depends: [
"ocaml"
"dune" {>= "3.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/moonbitlang/moonbit-compiler.git
git@gitee.com:moonbitlang/moonbit-compiler.git
moonbitlang
moonbit-compiler
moonbit-compiler
main

搜索帮助