No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
Repository Summary
Checkout URI | https://github.com/orocos-toolchain/utilrb.git |
VCS Type | git |
VCS Version | toolchain-2.8 |
Last Updated | 2015-01-26 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
utilrb | 2.8.0 |
README
= Utilrb
homepage :: http://rock-robotics.org
mailing list :: http://www.dfki.de/mailman/cgi-bin/listinfo/rock-dev
bug tracker :: trac.rock-robotics.org
rubygem page :: http://rubygems.org/gems/utilrb
git repository :: http://gitorious.org/orocos-toolchain/utilrb.git
API documentation :: http://rubydoc.info/gems/utilrb/1.6.6/frames
== DESCRIPTION
Utilrb is yet another Ruby toolkit, in the spirit of facets. It includes all
the standard class extensions I use in other projects.
== LICENSE
Copyright (c) 2006-2013
Sylvain Joyeux <sylvain.joyeux@m4x.org>
DFKI <robotics@dfki.de>
LAAS/CNRS <openrobots@laas.fr>
This work is licensed under the BSD license. See License.txt for details
CONTRIBUTING
No CONTRIBUTING.md found.
Repository Summary
Checkout URI | https://github.com/orocos-toolchain/utilrb.git |
VCS Type | git |
VCS Version | toolchain-2.7 |
Last Updated | 2014-06-26 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
utilrb | 2.7.0 |
README
= Utilrb
http://utilrb.rubyforge.org
http://www.rubyforge.org/projects/utilrb
http://github.com/doudou/util-rb (git repository)
== License
Copyright (c) 2006-2008
Sylvain Joyeux <sylvain.joyeux@m4x.org>
LAAS/CNRS <openrobots@laas.fr>
This work is licensed under the BSD license. See License.txt for details
== What is Utilrb ?
Utilrb is yet another Ruby toolkit, in the spirit of facets. It includes all
the standard class extensions I use in other projects.
== Installation
The only dependency Utilrb has is flexmock if you want to run tests. It is
available as a gem, so you can run
gem install flexmock
== Utilrb's C extension
Utilrb includes a C extension in ext/. It is optional, but some of the
functionalities will be disabled if it is not present. Trying to require
a file in which there is a C-only feature will yield a warning on STDOUT.
* some features have a Ruby version, but a C version is provided for
performance:
- Enumerable#each_uniq
* some features are C-only
- ValueSet class
- Kernel#swap!
The environment variable <tt>UTILRB_FASTER_MODE</tt> controls the extension
loading. Set it to +no+ to disable the extension, to +yes+ to force it
(an error is generated if the extension is not available). If the variable
is not set, the extension is loaded if available.
== CHANGES
:include: History.txt
CONTRIBUTING
No CONTRIBUTING.md found.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.