Sha256: 49eb145a51279873dad04cae1ace938780b49f96b0b225a4ad0850afac097614
Contents?: true
Size: 1.56 KB
Versions: 13
Compression:
Stored size: 1.56 KB
Contents
# xamplr-gen xamplr-gen is part of a set of software tools that supports development of ruby applications. It consists of three gems hosted on gemcutter, source code on github. * [xamplr-pp](http://github.com/hutch/xamplr-pp) -- this is a pure ruby pull parser * [xamplr](http://github.com/hutch/xamplr) -- this is the xampl runtime * [xamplr-gen](http://github.com/hutch/xamplr-gen) -- this is the code generator There is an additional fourth github repository containing examples and documentation that will be coming soon. Yes, that means that there's no documentation. And no examples. I agree, this is a very bad situation. For more information, see [the xampl page on xampl.com](http://xampl.com/so/xampl/), and/or [the weblog 'So.'](http://xampl.com/so/) ## Installation: If you are a developer then install xamplr-gen: > sudo gem install xamplr-gen This will install all three gems. NOTE: if you have installed hutch-xamplr or hutch-xamplr-pp then you should uninstall them. For some reason, in certain circumstances, these might be loaded or partially loaded when trying to use xampl. If you don't you'll experience strange exceptions with hutch-xamplr or hutch-xamplr-pp on the stack trace. If you just want the runtime, then: > sudo gem install xamplr Though this would normally be done through some sort of dependency management tool (like gems). ## License: xamplr-pp and xamlpr are both licensed under the LGPLv3. xamplr-gen is licensed under AGPLv3 An alternative license may be negotiated, contact me (hutch@xampl.com) Copyright (c) 2002-2010 Bob Hutchison.
Version data entries
13 entries across 13 versions & 1 rubygems