KirillKryukov / naf

Nucleotide Archival Format - Compressed file format for DNA/RNA/protein sequences
http://kirill-kryukov.com/study/naf/
zlib License
56 stars 6 forks source link

Use conan to download zstd #1

Open Fohlen opened 5 years ago

Fohlen commented 5 years ago

It would be nice to use conan and potentially CMake to package naf. There is already a conan package for zstd. This will make it possible to easily port the package to different operating systems (such as OSX and Windows). I might help with a PR if appreciated.

KirillKryukov commented 5 years ago

@Fohlen sure, I'd appreciate a PR. Thanks!

KirillKryukov commented 5 years ago

@Fohlen just FYI, this project no longer depends on Perl, now it's pure C source. Just in case if it makes conan or CMake support easier.

Fohlen commented 5 years ago

Hey @KirillKryukov this is very nice. However currently I'm in a very busy phase so I'll have to do this another time.