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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
Source: ruby-expression-parser
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Per Andersson <avtobiff@gmail.com>
Build-Depends:
debhelper (>= 7.0.50~),
gem2deb (>= 0.7.5~),
ruby-rspec
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-expression-parser.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-expression-parser.git;a=summary
Homepage: http://github.com/nricciar/expression_parser
XS-Ruby-Versions: all
Package: ruby-expression-parser
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends:
${shlibs:Depends},
${misc:Depends},
ruby | ruby-interpreter
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.
|