24 lines
824 B
JSON
Executable file
24 lines
824 B
JSON
Executable file
{
|
|
"name": "zfp",
|
|
"version-string": "0.5.5",
|
|
"port-version": 3,
|
|
"description": "Zfp is an open source C/C++ library for compressed numerical arrays that support high throughput read and write random access. zfp also supports streaming compression of integer and floating-point data, e.g., for applications that read and write large data sets to and from disk. zfp is primarily written in C and C++ but also includes Python and Fortran bindings.",
|
|
"homepage": "https://github.com/LLNL/zfp",
|
|
"features": {
|
|
"all": {
|
|
"description": "Build all components"
|
|
},
|
|
"cfp": {
|
|
"description": "cfp support for cfp"
|
|
},
|
|
"example": {
|
|
"description": "Build example"
|
|
},
|
|
"test": {
|
|
"description": "Build test"
|
|
},
|
|
"utility": {
|
|
"description": "Build utility"
|
|
}
|
|
}
|
|
}
|