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 info language.

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

#lang info
(define version "1.0")
(define deps (list _package-source-string ...))

The following "info.rkt" fields are used by the package manager: