diff options
Diffstat (limited to 'cgitrc')
-rw-r--r-- | cgitrc | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,5 @@ include=/home/ymf/repo/cgit/theme.cgitrc -#cache-size=1000 +cache-size=1000 enable-blame=1 robots=noindex, nofollow @@ -22,6 +22,10 @@ repo.url=salticidae repo.desc=Minimal C++ asynchronous network library. repo.path=/home/ymf/repo/salticidae.git +repo.url=salticidae-go +repo.desc=Go bindings for Salticidae network library. +repo.path=/home/ymf/repo/salticidae-go.git + repo.url=cppromise repo.desc=Lightweight C++14/17 implementation of Promise modeled Javascript Promise/A+. repo.path=/home/ymf/repo/cppromise.git |