Source: jgrep
Section: devel
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Gabriel Filion <gabster@lelutin.ca>
# python3-docutils is required for the rst2man binary when building the man page
Build-Depends: debhelper-compat (= 14),
               gem2deb (>= 1),
               python3-docutils,
               rake,
               ruby,
               ruby-json,
               ruby-mocha,
               ruby-rspec
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/ruby-team/jgrep.git
Vcs-Browser: https://salsa.debian.org/ruby-team/jgrep
Homepage: https://github.com/ploubser/JSON-Grep
Testsuite: autopkgtest-pkg-ruby

Package: jgrep
Architecture: all
Depends: ruby-json
Description: Filter JSON documents with a simple logical language
 Compare a list of json documents to a simple logical language and returns
 matches as output.
