4 Package Metadata

Package metadata, including dependencies on other packages, is reported by an "info.rkt" module within the package. This module must be implemented in the setup/infotab language.

The following fields are used by the package manager:

For example, a basic "info.rkt" file might be

#lang setup/infotab
(define version "1.0")
(define deps (list package-source-string ...))