Libraries and FFI bindings

From Impredicative Wiki
Revision as of 17:39, 5 January 2011 by MarcWeber (Talk | contribs)

Jump to: navigation, search

Some libraries can be found on the ur main page (goto "Extendend Standard Library")

uw-process

This library let's you run arbitrary command lines. http://gitorious.org/some-urweb-utility-libraries/uw-process be aware that there is a chance that the process is run multiple times because code generation is retried

uw-ruby

Ruby bindings for Ur. The main purpose is writing cached HTTP queries - because some HTTP requests should never be retried. The test directory contains a usage example. Unfortunately you have to patch Ruby. http://gitorious.com/some-urweb-utility-libraries/uw-ruby

library playground

code which could be moved into the core library later. http://github.com/MarcWeber/urweb-library Contact MarcWeber using the github page to get push / commit access I would have liked to create a repository which is easier to get access to (eg by registering at github only) But I didn't find a way. I'm fine with creating a more neutral name such as github.com/urweb later if several users start contributing. (I also tried gitorious - but got yet another "I'm sorry" error .. )

Personal tools