info.ss
#lang setup/infotab

(define name "Staapl")

(define blurb
  '("A collection of abstractions for (meta)programming microcontroller."))

(define release-notes
  '("Staapl is a collection of abstractions for (meta)programming 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 repositories '("4.x"))

(define primary-file "staapl.ss")

(define homepage "http://zwizwa.be/staapl")

(define version "0.5.0")
  
(define categories '(devtools metaprogramming))