Source: ruby-data-uri Section: ruby Maintainer: Debian Ruby Team Uploaders: Utkarsh Gupta Build-Depends: debhelper-compat (= 14), gem2deb Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-data-uri.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-data-uri Homepage: https://github.com/dball/data_uri Testsuite: autopkgtest-pkg-ruby Package: ruby-data-uri Architecture: all Description: URI::Data class for parsing RFC2397 data URIs Data URIs allow resources to be embedded inside a URI. The URI::Data class provides support for parsing these URIs using the normal URI.parse method. . This was written to support embedding binary data inside JSON messages in a relatively reasonable way. If you find some other use for it, please drop a line to the upstream.