info.rkt
#lang setup/infotab
(define name "nat-pmp")
(define blurb
  (list
   `(p "Implementation of NAT-PMP, for opening ports on home routers.")))
(define categories '(net))
(define can-be-loaded-with 'all)
(define homepage "https://github.com/tonyg/racket-nat-pmp")
(define primary-file "main.rkt")
(define repositories '("4.x"))
(define scribblings '(("manual.scrbl" ())))