blob: a8b8c579a972f918eba345fa4aebba227b54becc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"name": "liberasurecode",
"version": "1.6.4",
"description": "Erasure Code API library written in C with pluggable Erasure Code backends. Mirror of code maintained at opendev.org.",
"homepage": "https://github.com/openstack/liberasurecode",
"license": "BSD-2-Clause",
"supports": "!android & !windows",
"dependencies": [
"zlib"
]
}
|