hcarty / ezgzip

Very simple gzip library for OCaml
https://hcarty.github.io/ezgzip/ezgzip/index.html
MIT License
22 stars 1 forks source link

Use decompress #1

Open hcarty opened 6 years ago

hcarty commented 6 years ago

For pure OCaml gzippery

XVilka commented 5 years ago

Would be nice to have one day.

XVilka commented 4 years ago

If you switch to decompress it uses Bigarrays now (since the 1.0.0 release), so https://github.com/hcarty/ezgzip/issues/3 would be solved automatically.

hcarty commented 4 years ago

https://github.com/mirage/decompress/pull/79 will make this even easier!

XVilka commented 4 years ago

Yes, really hope for this day to come.

hcarty commented 4 years ago

@XVilka Same, though I'm not sure when I'll have time to do it. It's effectively a complete (and very worthwhile) rewrite since decompress has gzip support now.