#lang setup/infotab (define name "IUP") (define blurb '("Bindings to the IUP GUI library")) (define categories '(ui)) (define repositories '("4.x")) (define version "1.4.0") (define release-notes '((dl (dt "1.4.0") (dd "Various dialogs, controls and extensions") (dt "1.3.0") (dd "Additional complex controls") (dt "1.2.0") (dd "Additional default dialogs") (dt "1.0.1") (dd "Windows linkage tweaks") (dt "1.0.0") (dd "Initial release")))) (define primary-file "main.rkt") (define homepage "http://www.chust.org/fossils/iup")