Source: libbson-perl Maintainer: Debian Perl Group Uploaders: Nuno Carvalho , Xavier Guimard Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 10) Build-Depends-Indep: libboolean-perl (>= 0.45), libcrypt-urandom-perl, libjson-maybexs-perl, perl (>= 5.27.8) | libjson-pp-perl (>= 2.97001), libmoo-perl (>= 2.002004), libnamespace-clean-perl, libpath-tiny-perl, libtest-deep-perl, libtest-fatal-perl, libtie-ixhash-perl, perl Standards-Version: 4.2.1 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libbson-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libbson-perl.git Homepage: https://metacpan.org/release/BSON Package: libbson-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libboolean-perl (>= 0.45), libcrypt-urandom-perl, libmoo-perl (>= 2.002004), libnamespace-clean-perl, libtie-ixhash-perl Recommends: libbson-xs-perl Description: BSON serialization and deserialization for Perl The BSON class implements a BSON encoder/decoder ("codec"). It consumes "documents" (typically hash references) and emits BSON strings and vice versa in accordance with the BSON Specification (http://bsonspec.org). . BSON is the primary data representation for MongoDB. While this module has several features that support MongoDB-specific needs and conventions, it can be used as a standalone serialization format.