Name | PLaneT Version | External Version | Owner | Description |
---|
db.plt | (1 5) | — | ryanc | Obsolete: this library is now part of the Racket distribution; use (require db) instead. |
macros.plt | (1 3) | 1.2 | ryanc | Defines macros for struct definitions and interface-checked class programming. Also provides utilities for macro-writers. |
require.plt | (1 3) | 1.3 | ryanc | Require is a library that lets one name external modules or packages and use short abbreviations for requiring those external modules or packages. In addition, it provides a single point of specification for the location and version number of the packages being used. |
scriblogify.plt | (1 0) | — | ryanc | Scribble your blog. |
scripting.plt | (1 1) | 1.1 | ryanc | Scripting is a library of procedures useful for writing mzscheme scripts, especially those which execute external commands and manipulate the filesystem. |
syntax-browser.plt | (2 0) | 2.0 | ryanc | Obsolete: use (lib "syntax-browser.ss" "macro-debugger") instead. The syntax-browser displays lexical context and hygiene information on syntax objects using colors and highlighting. |
webapi.plt | (1 1) | — | ryanc | Rudimentary implementations of a few web APIs, including OAuth2, PicasaWeb, and Blogger. |