-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest
101 lines (79 loc) · 2.55 KB
/
manifest
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<projects>
<!-- Repository undergoing sporadic maintenance. -->
<project name="probability"
path="probability"
remote="https://github.com/gl-yziquel/probability"
remotebranch="yziquel">
</project>
<project name="browsh"
path="browsh"
remote="https://github.com/gl-yziquel/browsh"
remotebranch="yziquel">
</project>
<project name="taskshell"
path="taskshell"
remote="https://github.com/gl-yziquel/taskshell"
remotebranch="v1.2.0-yziquel">
</project>
<project name="python-parse-2d"
path="python-parse-2d"
remote="https://github.com/gl-yziquel/python-parse-2d"
remotebranch="yziquel">
</project>
<project name="parser"
path="parser"
remote="https://github.com/gl-yziquel/parser"
remotebranch="yziquel">
</project>
<project name="legit"
path="legit"
remote="https://github.com/gl-yziquel/legit"
remotebranch="yziquel">
</project>
<!-- Repositories undergoing sporadic curation. -->
<project name="icosahedron"
path="icosahedron"
remote="https://github.com/gl-yziquel/icosahedron"
remotebranch="main">
</project>
<project name="gregr-verse"
path="gregr-verse"
remote="https://github.com/gl-yziquel/gregr-verse"
remotebranch="master">
</project>
<project name="kanren"
path="kanren"
remote="https://github.com/gl-yziquel/kanren"
remotebranch="master">
</project>
<project name="qu-prolog"
path="qu-prolog"
remote="https://github.com/gl-yziquel/qu-prolog"
remotebranch="master">
</project>
<!-- Repositories implementing tooling for source code. -->
<project name="reposync"
path="reposync"
remote="https://github.com/gl-yziquel/reposync"
remotebranch="yziquel">
</project>
<!-- Repositories archeologically unearthed. -->
<project name="wang-prover-snobol4"
path="wang-prover-snobol4"
remote="https://github.com/gl-yziquel/wang-prover-snobol4"
remotebranch="master">
</project>
<project name="attlush-frozen"
path="attlush-frozen"
remote="https://github.com/gl-yziquel/attlush-frozen"
remotebranch="master">
</project>
<project name="w3m"
path="w3m"
remote="https://github.com/gl-yziquel/w3m"
remotebranch="master">
</project>
</projects>
</manifest>