1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: ruby-bson-ext
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders:
Prach Pongpanich <prachpub@gmail.com>
Build-Depends:
debhelper (>= 7.0.50~),
gem2deb (>= 0.7.5~)
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-bson-ext.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-bson-ext.git;a=summary
Homepage: http://www.mongodb.org
XS-Ruby-Versions: all
Package: ruby-bson-ext
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends:
ruby | ruby-interpreter,
ruby-bson (>= 1.9.2),
${misc:Depends},
${shlibs:Depends}
Description: C extensions to accelerate the Ruby BSON serialization
This package contains C implementations of some of the functions needed by the
bson module. If possible, these implementations should be used to speed up
BSON encoding and decoding.
.
For more information about BSON, see http://bsonspec.org.
|