-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmoon.mod.json
More file actions
43 lines (43 loc) · 869 Bytes
/
moon.mod.json
File metadata and controls
43 lines (43 loc) · 869 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "mizchi/bit",
"version": "0.42.2",
"deps": {
"moonbitlang/async": "0.16.6",
"moonbitlang/x": "0.4.40",
"mizchi/tempfile": "0.1.0",
"mizchi/llm": "0.2.2",
"mizchi/bitflow": "0.4.0",
"mizchi/x": "0.2.0",
"bobzhang/toml": "0.1.7",
"mizchi/libgit2": "0.1.0",
"mizchi/zlib": "0.4.4"
},
"readme": "README.mbt.md",
"repository": "https://github.com/mizchi/bit-vcs",
"license": "Apache-2.0",
"keywords": [
"git",
"packfile",
"protocol"
],
"description": "Pure MoonBit Git implementation",
"source": "src",
"exclude": [
"component",
"tools",
"e2e",
"fixtures",
"docs",
"t",
"octorus",
"third_party/git",
"file.txt",
"install.sh",
"justfile",
"AGENTS.md",
"CLAUDE.md",
"COMPAT_RESULTS.md",
"TODO.md"
],
"preferred-target": "native"
}