info.ss
#lang setup/infotab
(define name "Standard ML")
(define blurb
  '("This is the Standard ML language embeded in PLT Scheme."))
(define categories '(devtools metaprogramming))
(define release-notes '("An implementation of untyped Standard SML that can interact with PLT Scheme."))
(define homepage "http://www.cs.utah.edu/~czhu/sml")
(define required-core-version "4.2.0.2")
(define primary-file "main.ss")
(define repositories '("4.x"))
(define scribblings '(("ml.scrbl" () (experimental))))