#lang setup/infotab
(define name "Staapl")
(define blurb
'("A collection of abstractions for metaprogramming microcontrollers."))
(define repositories '("4.x"))
(define primary-file '("pic18.ss" "staaplc.ss" "live.ss"))
(define homepage "http://zwizwa.be/staapl")
(define categories '(devtools metaprogramming))
(define scribblings '(("scribblings/staapl.scrbl" ())))
(define release-notes
'(div
()
"See the "
(a ((href "http://zwizwa.be/ramblings/staapl-blog")) "Staapl blog")
" for release notes."))
(define version "0.5.8")