#lang setup/infotab (define name "microdate") (define blurb '("Dates with microsecond accuracy")) (define release-notes '((h2 "Because it's fun to clean house with a fire hose") (p "this module compiles a file just to get the size of various weird time integers, then defines a FFI based on that stuff to call gettimeofday, then extends the date struct to contain microseconds.") (p "Basically it's a bunch of crap just to get basic microsecond accuracy, non-portable, Works For Me, etc."))) (define scribblings '(("doc.scrbl" ()))) (define categories '(system scientific)) (define repositories '("4.x")) (define primary-file "main.ss")