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
|
Source: ruby-money
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
gem2deb,
ruby-i18n (<= 2),
ruby-i18n (>= 0.6.4)
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-money.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-money
Homepage: https://rubymoney.github.io/money
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no
Package: ruby-money
Architecture: all
Depends: ruby,
ruby-i18n (<= 2),
ruby-i18n (>= 0.6.4),
${misc:Depends},
${shlibs:Depends}
Description: Ruby Library for dealing with money and currency conversion
A Ruby Library for dealing with money and currency conversion.
.
Features
- Provides a `Money` class which encapsulates all information about a certain
amount of money, such as its value and its currency.
- Provides a `Money::Currency` class which encapsulates all information about
a monetary unit.
- Represents monetary values as integers, in cents. This avoids floating point
rounding errors.
- Represents currency as `Money::Currency` instances providing a high level of
flexibility.
- Provides APIs for exchanging money from one currency to another.
|