From ccf332ebbce0cb266aa84dea08bca8ce6182ae9e Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Thu, 23 Feb 2012 10:52:36 +0100 Subject: info.rkt: Add categories datastructures and net. --- info.rkt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/info.rkt b/info.rkt index f11a93e..0954a59 100644 --- a/info.rkt +++ b/info.rkt @@ -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") -- cgit v1.2.3