Registry / other / htscodecs

htscodecs

JSON →
library1.6.5vcpkgunverified

Custom compression for CRAM and others.

vcpkg install htscodecs
INSTALL
IMPORT
SIG · HTSCODECS
H
htscodecs
othercppv1.6.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

htscodecs/htscodecs.h
#include <htscodecs/htscodecs.h>

Initialize and use htscodecs for compression

#include <htscodecs/htscodecs.h> #include <stdio.h> int main() { htscodecs_t* codec = htscodecs_init(0); if (codec) { printf("htscodecs initialized\n"); htscodecs_destroy(codec); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.6.5latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Meta
1
Resources

No resource links recorded.

htscodecs — pip install htscodecs · libregistry