File: control

package info (click to toggle)
ruby-jmespath 1.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 220 kB
  • sloc: ruby: 2,026; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 1,019 bytes parent folder | download
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
Source: ruby-jmespath
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Sakshi Sangwan <sangwansakshi10@gmail.com>
Build-Depends: debhelper (>= 11~),
               gem2deb
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-jmespath.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-jmespath
Homepage: https://github.com/trevorrowe/jmespath.rb
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-jmespath
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Ruby implementation of JMESPath
 An implementation of JMESPath for Ruby. This implementation supports searching
 JSON documents as well as native Ruby data structures.
 .
 You can call JMESPath.search with a valid JMESPath search expression and data
 to search. It will return the extracted values.