#lang setup/infotab (define name "user") (define blurb '((h2 "User ID") (p "This module allows you to acquire certain pertinent information about a user's id, such as the user name, the home directory, the shell command. If not passed a user ID (integer) or a user name (string) it will return the information for the current user as per environment + getuid()"))) (define categories '(system)) (define primary-file '("main.rkt")) (define repositories '("4.x"))