1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: ruby-cstruct
Section: ruby
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>
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...
|