]> Cypherpunks.ru repositories - goredo.git/blob - dep.rec
Redundant @documentencoding
[goredo.git] / dep.rec
1 %rec: Build
2 %doc: Build session
3 %key: Build
4 %type: Build uuid
5
6 %rec: Dependency
7 %doc: Dependency information
8 %mandatory: Type
9 %allowed: Target Size InodeNum CtimeSec CtimeNsec MtimeSec MtimeNsec Hash
10 %unique: Type Target Size InodeNum CtimeSec CtimeNsec MtimeSec MtimeNsec Hash
11 %type: Type enum ifcreate ifchange always stamp
12 %type: Size int
13 %type: InodeNum int
14 %type: CtimeSec int
15 %type: CtimeNsec int
16 %type: MtimeSec int
17 %type: MtimeNsec int
18 %type: Hash regexp /[0-9a-f]{64}/