Source: ruby-cstruct Section: ruby Priority: optional Maintainer: PKG OpenStack Uploaders: Thomas Goirand Build-Depends: debhelper (>= 9), gem2deb, openstack-pkg-tools, rake, ruby-rspec Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/openstack/ruby-cstruct.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/ruby-cstruct.git;a=summary Homepage: http://github.com/skandhas/cstruct Testsuite: autopkgtest XS-Ruby-Versions: all Package: ruby-cstruct Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends} Description: simulation of the C language's struct CStruct is a simulation of the C language's struct.Its main purpose is to manipulate binary-data conveniently in Ruby. It can be used in: * Binary file IO like C. * The parameter of the OS's API.(e.g. Win32) * Other...