Source: ruby-ffi-bit-masks Section: ruby Maintainer: Debian Ruby Team Uploaders: Sebastien Badia Build-Depends: debhelper-compat (= 14), gem2deb, rake, ruby-ffi, ruby-rspec Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-ffi-bit-masks.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-ffi-bit-masks Homepage: https://github.com/postmodern/ffi-bit_masks#readme Testsuite: autopkgtest-pkg-ruby Package: ruby-ffi-bit-masks Architecture: all Description: Adds support for bit-masked types in FFI FFI plugin which adds support for bitmasked types (or flags) to FFI. This plugin can map a Hash of flags to their bitmask value; and also an Integer bitmask to a Hash of flags.