I've updated a 'brew' formula for homebrew users. Any OS X people who want it through brew can do:
$ brew install https://raw.github.com/thoughtpolice/homebrew/urweb/Library/Formula/urweb.rb for the latest release. I removed the binary version because otherwise it wouldn't be accepted into their repository (only they are allowed to make binaries.) It should hopefully be in mainline soon, so you won't have to use an out-of-band URL. On Sat, Sep 17, 2011 at 12:08 PM, Adam Chlipala <[email protected]> wrote: > Available as usual at: http://www.impredicative.com/ur/ > > CHANGELOG for this release: > > - Start of official tutorial > - Compiler support for generating nice tutorial HTML from literate source > files > - New protocol 'static' for generating static pages > - Replace GCCARGS 'configure' variable with CCARGS > - Better support for compilation with Clang (including on OS X) > - Fancier 'configure' script with versioning > - Applications consult URWEB_STACK_SIZE environment variable to determine > thread > stack size > - HTML tag IDs now drawn from an abstract type > - New Basis functions: diffInSeconds, mkMonad, onClick, onDblclick, > onKeydown, > onKeypress, onKeyup, onMousedown, onMouseup, preventDefault, > stopPropagation, > toSeconds > - Add <image> tag > - Add 'target' attribute for <a> > - New compiler command-line option: -dumpTypes > - New syntactic sugar for computed ORDER BY clauses > - Bug fixes and optimization improvements > > > _______________________________________________ > Ur mailing list > [email protected] > http://www.impredicative.com/cgi-bin/mailman/listinfo/ur > -- Regards, Austin _______________________________________________ Ur mailing list [email protected] http://www.impredicative.com/cgi-bin/mailman/listinfo/ur
