msgpack 1.2.4-x64-mingw32
MessagePack is a binary-based efficient object serialization library. It enables to exchange structured objects between many languages like JSON. But unlike JSON, it is very fast and small.
          Gemfile:
          =
        
        
          安裝:
          =
        
      Development 相依性套件 (7):
            bundler
            ~> 1.0
          
          
            json
            >= 0
          
          
            rake
            >= 0
          
          
            rake-compiler
            ~> 1.0
          
          
            rake-compiler-dock
            ~> 0.6.0
          
          
            rspec
            ~> 3.3
          
          
            yard
            >= 0
          
    



