racket/pkgs/racket-doc/dynext
Matthew Flatt a135c78baf add module-suffixes and doc-module-suffixes to "info.rkt"
A `module-suffixes` entry in a collection's "info.rkt" adds a
file suffix that is meant to be recognized globally (i.e., in
all collections) by all Racket tools.

The new fields are reported by `compiler/module-suffix` library, which
is (so far) used by `raco setup`.

Note that if package A includes files with a suffix that is registered
by package B, then A should have a dependency on B, but `raco setup`
cannot currently detect that such a dependency is needed. That
dependency is likely to happen, anyway, since package A is likely
using libraries form package B.
2015-08-22 09:36:19 -06:00
..
dynext.scrbl add module-suffixes and doc-module-suffixes to "info.rkt" 2015-08-22 09:36:19 -06:00
info.rkt remove the "racket-pkgs" directory layer 2014-12-08 05:22:59 -07:00