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 30 31
|
Source: ruby-ffi-yajl
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Tiago Ilieve <tiago.myhro@gmail.com>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper-compat (= 13),
gem2deb,
libyajl-dev,
rake,
ruby-rspec
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-ffi-yajl
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-ffi-yajl.git
Homepage: https://github.com/chef/ffi-yajl
XS-Ruby-Versions: all
Rules-Requires-Root: no
Package: ruby-ffi-yajl
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: libyajl-dev,
ruby | ruby-interpreter,
${misc:Depends},
${shlibs:Depends}
Multi-Arch: same
Description: Ruby FFI wrapper around YAJL 2.x
ffi-yajl is a Ruby adapter for the yajl JSON parser/generator library. It
supports multiple Ruby C extension mechanisms, including both MRI native
extensions and FFI in order to be compatible with as many Ruby implementations
as possible while providing good performance where possible.
|