Source: ruby-diff-match-patch Section: ruby Maintainer: Debian Ruby Team Uploaders: Pirate Praveen Build-Depends: debhelper-compat (= 14), gem2deb, rake Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-diff-match-patch.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-diff-match-patch Homepage: https://github.com/kalmbach/diff_match_patch Testsuite: autopkgtest-pkg-ruby Package: ruby-diff-match-patch Architecture: all Description: diff/match/patch algorithms implemented in Ruby The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text. . This is a Ruby implementation of Google's diff_match_patch in C++ and this work was inspired by the diff_match_patch-ruby module, which is a ruby binding for C++ version originally created by Google.