#lang setup/infotab (define name "bzlib/unify: an experiemental language that unifies the syntax of require COLLECTS and PLANET modules.") (define blurb '((p "bzlib/unify eliminates the syntactical difference between requiring a COLLECTS module and requiring a PLANET module. This is meant to be used for proposal discussion that hope to eventually remove the gaps in the core implementation."))) (define release-notes '((p "0.1 (1 0) - first release"))) (define categories '(devtools net misc)) (define homepage "http://weblambda.blogspot.com") (define required-core-version "4.0") (define version "0.1") (define repositories '("4.x")) (define primary-file "main.ss")