forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.xml
22 lines (22 loc) · 870 Bytes
/
metadata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
Blosc is a compression library designed to transmit data to the
processor cache faster than the traditional non-compressed memory fetch.
Compression ratios are not very high, but the decompression is very
fast. Blosc is meant not only to reduce the size of large datasets on-disk
or in-memory, but also to accelerate memory-bound computations.
</longdescription>
<use>
<flag name="lz4">Enable lz4 compression</flag>
<flag name="snappy">Enable snappy compression</flag>
</use>
<upstream>
<remote-id type="github">Blosc/c-blosc</remote-id>
</upstream>
</pkgmetadata>