Added jitviewer

This commit is contained in:
Armin Ronacher 2011-01-24 12:25:01 +01:00
parent 205201bcd4
commit bbc9243200

View file

@ -172,7 +172,11 @@ projects = {
Project('Dominion', 'http://alexanderweb.de:8080/', u'''
<p>
Domination is a clone of a well-known card game.
''', source='https://bitbucket.org/xoraxax/domination/')
''', source='https://bitbucket.org/xoraxax/domination/'),
Project('jitviewer', 'https://bitbucket.org/pypy/jitviewer', '''
<p>
web-based tool to inspect the output of PyPy JIT log
''')
]
}