info.rkt
#lang setup/infotab
(define name "basic-blocks: compute basic blocks from a list of statements and labels")
(define categories '(devtools))
(define can-be-loaded-with 'all)
(define required-core-version "5.1.1")
(define version "1.0")
(define repositories '("4.x"))
(define scribblings '(("manual.scrbl")))
(define primary-file "main.rkt")
(define blurb 
  '("basic-blocks: compute basic blocks from a list of statements and labels"))
(define release-notes
  '((p "First release.")))