summaryrefslogtreecommitdiff
path: root/data/_librsync/_metadata/librsync-dev/description
diff options
context:
space:
mode:
Diffstat (limited to 'data/_librsync/_metadata/librsync-dev/description')
-rw-r--r--data/_librsync/_metadata/librsync-dev/description4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/_librsync/_metadata/librsync-dev/description b/data/_librsync/_metadata/librsync-dev/description
new file mode 100644
index 000000000..fd24c2b66
--- /dev/null
+++ b/data/_librsync/_metadata/librsync-dev/description
@@ -0,0 +1,4 @@
+rsync remote-delta algorithm library (development)
+librsync implements the rsync remote-delta algorithm, which allows for efficient remote updates of a file, without requiring the old and new versions to both be present at the transmitter. The library uses a stream-based designed so that it can be easily embedded into network applications.
+.
+This package contains the development files.