[ ソース: libdata-bitmask-perl ]
パッケージ: libdata-bitmask-perl (0.91-4)
libdata-bitmask-perl に関するリンク
Debian の資源:
libdata-bitmask-perl ソースパッケージをダウンロード:
- [libdata-bitmask-perl_0.91-4.dsc]
- [libdata-bitmask-perl_0.91.orig.tar.gz]
- [libdata-bitmask-perl_0.91-4.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
bitmask manipulation class
Data::BitMask is a Perl module to create bitmask manipulator objects that can be used to create bitmask values based on a list of constants, as well as to break apart masks using those constants. The advantages are that you don't have to pollute namespaces to use constants, you can ensure that only appropriate constants are used for specific masks, you can easily break apart and explain masks, and in general it is much easier for the user to interact with masks.