-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathmoon.mod.json
More file actions
28 lines (28 loc) · 775 Bytes
/
moon.mod.json
File metadata and controls
28 lines (28 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "mizchi/actrun",
"version": "0.29.1",
"deps": {
"moonbitlang/async": "0.16.6",
"mizchi/bitflow": "0.4.0",
"mizchi/bit": "0.39.2",
"moonbitlang/x": "0.4.40",
"moonbitlang/quickcheck": "0.9.10",
"moonbit-community/yaml": "0.0.4",
"mizchi/moomaid": "0.1.2",
"bobzhang/toml": "0.1.8",
"mizchi/jq": "0.2.1",
"mizchi/wite": "0.11.0"
},
"readme": "src/README.mbt.md",
"repository": "https://github.com/mizchi/actrun",
"license": "Apache-2.0",
"keywords": [
"github-actions",
"workflow",
"runner",
"ci"
],
"description": "MVP GitHub Actions-compatible push CI runner with bitflow lowering, native execution, and bit workspace materialization.",
"source": "src",
"preferred-target": "native"
}