Source: ruby-expression-parser
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Per Andersson <avtobiff@gmail.com>,
           Utkarsh Gupta <guptautkarsh2102@gmail.com>
Build-Depends: debhelper-compat (= 14), gem2deb, rake, ruby-rspec
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-expression-parser.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-expression-parser
Homepage: https://github.com/nricciar/expression_parser
Testsuite: autopkgtest-pkg-ruby

Package: ruby-expression-parser
Architecture: all
Suggests: ruby-expression-parser-doc
Description: Mathematical expression parser for Ruby
 Implementation of a parser for mathematical expressions. Introducing the
 Parser class which parses raw string input and gives mathematical objects as
 output.
 .
 Inspired by http://lukaszwrobel.pl/blog/math-parser-part-3-implementation .

Package: ruby-expression-parser-doc
Section: doc
Architecture: all
Depends: libjs-jquery
Suggests: ruby-expression-parser
Multi-Arch: foreign
Description: mathematical expression parser for Ruby (documentation)
 Implementation of a parser for mathematical expressions. Introducing the
 Parser class which parses raw string input and gives mathematical objects as
 output.
 .
 Inspired by http://lukaszwrobel.pl/blog/math-parser-part-3-implementation .
 .
 This package contains the documentation for ruby-expression-parser.
