summaryrefslogtreecommitdiff
path: root/dev-libs/isa-l/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
commit93a93e9a3b53c1a73142a305ea1f8136846942ee (patch)
treeb9791a06ab3284e27b568412c59316c66240c682 /dev-libs/isa-l/metadata.xml
parent2771f79232c273bc2a57d23bf335dd81ccf6af28 (diff)
gentoo resync : 22.12.2021
Diffstat (limited to 'dev-libs/isa-l/metadata.xml')
-rw-r--r--dev-libs/isa-l/metadata.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-libs/isa-l/metadata.xml b/dev-libs/isa-l/metadata.xml
new file mode 100644
index 000000000000..79b2a15f343d
--- /dev/null
+++ b/dev-libs/isa-l/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>marecki@gentoo.org</email>
+ <name>Marek Szuba</name>
+ </maintainer>
+ <longdescription>
+ ISA-L is a collection of optimized low-level functions targeting storage applications. ISA-L includes:
+ * Erasure codes - Fast block Reed-Solomon type erasure codes for any encode/decode matrix in GF(2^8).
+ * CRC - Fast implementations of cyclic redundancy check. Six different polynomials supported.
+ * iscsi32, ieee32, t10dif, ecma64, iso64, jones64.
+ * Raid - calculate and operate on XOR and P+Q parity found in common RAID implementations.
+ * Compression - Fast deflate-compatible data compression.
+ * De-compression - Fast inflate-compatible data compression.
+ * igzip - A command line application like gzip, accelerated with ISA-L.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">intel/isa-l</remote-id>
+ </upstream>
+</pkgmetadata>