-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathten-tree
More file actions
38 lines (36 loc) · 1.13 KB
/
ten-tree
File metadata and controls
38 lines (36 loc) · 1.13 KB
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
ten
├── app
│ ├── Main.hs
│ └── TenDaemon.hs
├── cabal-build-output
├── CHANGELOG.md
├── src
│ ├── Ten
│ │ ├── Build.hs
│ │ ├── Core.hs
│ │ ├── Derivation.hs
│ │ ├── GC.hs
│ │ ├── Graph.hs
│ │ ├── Hash.hs
│ │ ├── Sandbox.hs
│ │ ├── Store.hs
│ │ ├────── Daemon
│ │ │ ├── Auth.hs
│ │ │ ├── Client.hs
│ │ │ ├── Protocol.hs
│ │ │ ├── Server.hs
│ │ │ └── State.hs
│ │ ├─────── DB
│ │ │ ├── Core.hs
│ │ │ ├── Derivations.hs
│ │ │ ├── References.hs
│ │ │ └── Schema.hs
│ │ └─ Derivation.hs
│ └── Ten.hs
├── ten.cabal
├─────── test
│ ├── hello.c
│ └── Spec.hs
├── 典
└── 天
245 directories, 1683 files