mirror of
https://github.com/facebook/zstd.git
synced 2025-12-25 07:27:19 +02: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 *
|
|
}
|
|
}
|