Source: ruby-unf
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-unf-ext (>= 0.0.7.2~)
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-unf.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-unf
Homepage: https://github.com/knu/ruby-unf

Package: ruby-unf
Architecture: all
Depends: ${ruby:Deoends},
         ${misc:Depends},
         ${shlibs:Depends}
Description: Wrapper library to bring Unicode Normalization Form support to Ruby
 This library allows code to be portable between Ruby implementations,
 using 'unf_ext' under CRuby and 'java.text.Normalizer' on JRuby. It
 normalizes UTF-8 strings into and from NFC, NFD, NFKC or NFKD
