Ports Search

Results 12,35112,360 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.018 seconds)
devel/ffi-compiler-0.1.3 (Score: 6.4754924E-5)
Ruby FFI library
ffi-compiler is a ruby library for automating compilation of native libraries for use with ffi. To use, define your own ruby->native API using ffi, implement it in C, then use ffi-compiler to compile it.
devel/hitimes-1.2.4 (Score: 6.4754924E-5)
High resolution timer library for Ruby
Hitimes is a fast, high resolution timer library for recording performance metrics. It uses the appropriate low method calls for each system to get the highest granularity time increments possible.
devel/ice_nine-0.11.2 (Score: 6.4754924E-5)
Deep freeze Ruby objects
The ice_nine gem provides a Ruby module that allows one to deep freeze Ruby objects. This module provides an alternative method of freezing objects to the embedded from the Ruby Object module.
devel/iobuffer-1.1.2 (Score: 6.4754924E-5)
Gems for iobuffer
IO::Buffer is a fast byte queue which is primarily intended for non-blocking I/O applications but is suitable wherever buffering is required. IO::Buffer is compatible with Ruby 1.8/1.9 and Rubinius.
devel/json-1.8.3 (Score: 6.4754924E-5)
Parse JSON texts and generate them from ruby data structures
This library can parse JSON texts and generate them from ruby data structures. This port implemented in C and comes with its own unicode conversion functions and a parser generated by the Ragel State Machine Compiler.
devel/json_pure-1.8.3 (Score: 6.4754924E-5)
Parse JSON texts and generate them from ruby data structures in Ruby
This library can parse JSON texts and generate them from ruby data structures. This port implemented in pure Ruby and comes with its own unicode conversion functions and a parser generated by the Ragel State Machine Compiler.
devel/little-plugger-1.1.4 (Score: 6.4754924E-5)
Mechanism to parse ruby little-plugger files
LittlePlugger is a module that provides Gem based plugin management. By extending your own class or module with LittlePlugger you can easily manage the loading and initializing of plugins provided by other gems.
devel/loquacious-1.9.1 (Score: 6.4754924E-5)
Mechanism to parse ruby loquacious files
Loquacious provides a very open configuration system written in ruby and descriptions for each configuration attribute. The attributes and descriptions can be iterated over allowing for helpful information about those attributes to be displayed to the user.
devel/metaid-1.0 (Score: 6.4754924E-5)
Ruby metaprogramming helpers
MetAid adds a few innocent methods to Object and Module to make metaprogramming easier. For the lore of metaprogramming see Seeing Metaclasses Clearly and Chapter Six of Why's (Poignant) Guide to Ruby.
devel/mixlib-shellout-1.4.0 (Score: 6.4754924E-5)
Shell interface that also collects stdout and stderr
Mixlib::shellout provides a simplified interface to shelling out yet still collecting both standard out and standard error and providing full control over environment, working directory, uid, gid, etc.