Commit Graph

5 Commits (a27314031caef566b763eebb6feab266f8f7eac9)

Author SHA1 Message Date
Matthew Flatt a27314031c add `pkg-desc' and `pkg-authors' to each package
This information will be used to construct a catalog from the
package directories.

original commit: 057bfc2ea1a24e85ece2d5f85da30076643ea598
11 years ago
Sam Tobin-Hochstadt 02018fa499 Use `#lang info` instead of `#lang setup/infotab`.
original commit: 5a7ca7ebb56b2215f2d395ed052c03ea740817ea
11 years ago
Matthew Flatt f11b08e544 fill in some pkg `implies'
original commit: 5c42f46158248130a8179e7a563d16c5fc9d0d35
11 years ago
Matthew Flatt 9e82692a00 a step toward single-collection packages as default
A package's "info.rkt" file should define `collection' as a
string to name a single-collection package's collection, or as
the symbol 'multi to declare the package as multi-collection.
If `collection' is 'same-as-pkg, then the package name is used
as the collection name.

The default for `collection' is 'multi for now, but the intent
is to change the default to 'same-as-pkg after a conversion
period. Also, support for a `single-collection' definition remains
in place, but it wil be removed.

original commit: c738a6aa3eee89a82d577dd35c70eca8ed32f5b4
11 years ago
Matthew Flatt d90f2f4bfe reorganize into core plus packages
The "racket" directory contains a pared-back version of the
repository, roughly.

The "pkgs" directory everything else in the repository, but
organized into packages.

original commit: b2ebb0a28bf8136e75cd98316c22fe54c30eacb2
11 years ago