summaryrefslogtreecommitdiffhomepage
path: root/resources/pug/finals
diff options
context:
space:
mode:
authorCamil Staps2018-12-15 11:46:35 +0100
committerCamil Staps2018-12-15 11:46:35 +0100
commitca1a2111622cb1fb8468ce00257ce80ac7212498 (patch)
tree76b6aa48f3c6e0f52ad73c78178b135c3de963c1 /resources/pug/finals
parentRestructure: publications, talks, software, work, education, other interests (diff)
Update clean.html for repositories moved to clean-compiler-and-rts
Diffstat (limited to 'resources/pug/finals')
-rw-r--r--resources/pug/finals/clean.pug7
1 files changed, 2 insertions, 5 deletions
diff --git a/resources/pug/finals/clean.pug b/resources/pug/finals/clean.pug
index 6b8f752..02b59b3 100644
--- a/resources/pug/finals/clean.pug
+++ b/resources/pug/finals/clean.pug
@@ -96,12 +96,9 @@ block content
h2 Official repositories
p These repositories can be browsed at #[a(href="https://svn.camilstaps.nl") svn.camilstaps.nl].
ul
- +item('https://gitlab.science.ru.nl/clean-and-itasks', 'clean-and-itasks', 'Radboud gitlab group')
- +svnItem('clean-code-generator', 'the code generator')
- +svnItem('clean-compiler', 'the compiler')
+ +item('https://gitlab.science.ru.nl/clean-and-itasks', 'clean-and-itasks', 'Radboud gitlab group with libraries')
+ +item('https://gitlab.science.ru.nl/clean-compiler-and-rts', 'clean-compiler-and-rts', 'Radboud gitlab group with the compiler, code generator, and other core tools')
+svnItem('clean-dynamic-system', 'the dynamics linker and other related tools and libraries')
+svnItem('clean-ide', 'the IDE, cpm')
- +svnItem('clean-language-report', 'old and new versions of the language report')
+svnItem('clean-libraries', 'StdEnv, StdLib, Generics, TCPIP, ArgEnv, Directory, ObjectIO, Hilde, and many others')
- +svnItem('clean-run-time-system', 'the runtime system')
+svnItem('clean-tools', 'clm, elf_linker, htoclean')