Source: ruby-expression-parser Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Per Andersson Build-Depends: debhelper (>= 9~), gem2deb, rake, ruby-rspec Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-expression-parser.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-expression-parser.git Homepage: http://github.com/nricciar/expression_parser Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all Package: ruby-expression-parser Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends} 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: ${misc:Depends}, libjs-jquery Suggests: ruby-expression-parser 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.