racket/collects/unstable/planet.rkt
Carl Eastlund debad064e7 Moved most of the planet-related bindings from unstable/scribble and
unstable/planet to planet/scribble and planet/util.  Did not move
define-planet-package; it is not as crucial as the "this-package" macros.
2011-01-11 18:00:39 -05:00

18 lines
538 B
Racket

#lang racket/base
(require (for-syntax racket/base unstable/planet-syntax)
planet/version
unstable/planet-syntax
unstable/require)
(provide this-package-version-symbol
this-package-in
define-planet-package
make-planet-path
syntax-source-planet-package
syntax-source-planet-package-owner
syntax-source-planet-package-name
syntax-source-planet-package-major
syntax-source-planet-package-minor
syntax-source-planet-package-symbol)