bzip2-ffi 1.1.1
Bzip2::FFI is a Ruby wrapper for libbz2 using FFI bindings. The Bzip2::FFI Reader and Writer classes support reading and writing bzip2 compressed data as an IO-like stream.
          Gemfile:
          =
        
        
          install:
          =
        
      Runtime Dependencies (1):
            ffi
            ~> 1.0
          
    Requirements:
libbz2.(so|dll|dylib) available on the library search path
