#lang setup/infotab (define name "Staapl") (define blurb '("A collection of abstractions for metaprogramming microcontrollers.")) (define repositories '("4.x")) (define primary-file "prj/pic18.ss") (define homepage "http://zwizwa.be/staapl") (define categories '(devtools metaprogramming)) (define scribblings '(("scribblings/staapl-reference.scrbl" (multi-page)))) (define release-notes '("Staapl is a collection of abstractions for metaprogramming microcontrollers from within PLT Scheme. The core of the system is a programmable code generator structured around a functional concatenative macro language. On top of this it includes a syntax frontend for creating Forth-style languages, a backend code generator for Microchip's PIC18 microcontroller architecture, and interaction tools for shortening the edit-compile-test cycle.")) (define version "0.5.7")