diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2012-02-23 10:52:36 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2012-02-23 10:52:36 +0100 |
commit | ccf332ebbce0cb266aa84dea08bca8ce6182ae9e (patch) | |
tree | 123992d6bceb88c0666248510e36cd6bec04e674 | |
parent | d1c34703f1a8516c0dc69c7ec975a75b83801975 (diff) |
info.rkt: Add categories datastructures and net.
-rw-r--r-- | info.rkt | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,7 +17,8 @@ (a ((href "http://cr.yp.to/snuffle.html")) "Salsa20") ".")) -(define categories '(misc)) + +(define categories '(misc datastructures net)) (define version "1.0") (define can-be-loaded-with 'all) (define primary-file "main.rkt") |