mirror of
https://github.com/facebook/zstd
synced 2026-01-18 17:21:18 +01:00
15 lines
234 B
Plaintext
15 lines
234 B
Plaintext
module libzstd [extern_c] {
|
|
header "zstd.h"
|
|
export *
|
|
|
|
module dictbuilder [extern_c] {
|
|
header "zdict.h"
|
|
export *
|
|
}
|
|
|
|
module errors [extern_c] {
|
|
header "zstd_errors.h"
|
|
export *
|
|
}
|
|
}
|