summaryrefslogtreecommitdiffstats
path: root/libraries/libpar2/README
diff options
context:
space:
mode:
author Daniel <whitehate{at}gmail{dot}com>2010-05-11 22:54:13 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-11 22:54:13 +0200
commit9eda8c9bd3f0c3978e862fd8d4f3cfa8c799ef98 (patch)
treead10501c435e1ddfffd03b04b5db9a0777274814 /libraries/libpar2/README
parentb022a54a94292455dcba1f3ec409eba225437947 (diff)
downloadslackbuilds-9eda8c9bd3f0c3978e862fd8d4f3cfa8c799ef98.tar.gz
slackbuilds-9eda8c9bd3f0c3978e862fd8d4f3cfa8c799ef98.tar.xz
libraries/libpar2: Added to 12.1 repository
Diffstat (limited to 'libraries/libpar2/README')
-rw-r--r--libraries/libpar2/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/libpar2/README b/libraries/libpar2/README
new file mode 100644
index 0000000000..801e46ade3
--- /dev/null
+++ b/libraries/libpar2/README
@@ -0,0 +1,11 @@
+libpar2 (file corruption detection library for C++)
+
+libpar2 allows for the generation, modification, verification of PAR v1.0
+and PAR v2.0(PAR2) sets used for recovery when data is lost or corrupted. When
+used with collections of files, some missing files can be regenerated.
+
+The code was initially extracted from the program par2cmdline (also available
+at SlackBuilds) to allow developers to use it.
+
+libpar2 requires the libsigc++ library which is also available from
+SlackBuilds.org.