package SZXX

  1. Overview
  2. Docs
Streaming ZIP XML XLSX parser

Install

Authors

Maintainers

Sources

4.1.0.tar.gz
md5=6ac602e40f480e5b1eb51589494e0888
sha512=4ff1d6107552028bc23e7c11a7478f53b5e12299ac020df2ee1c1a7c464b9221a0a745439f6e00b9505c0d515ce1c17454ddd9b40ef9dc4ef40612a403b4a196

Description

SZXX is a streaming and efficient XLSX, ZIP and XML parser built from the ground up for low and constant memory usage (<10Mb). SZXX is able to output XLSX rows while reading from a network socket without buffering any part of the file. It can also stream data (including network sockets) out of ZIP and XML files without buffering.

Dependencies (10)

  1. ptime >= "0.8.6"
  2. eio_main >= "0.12"
  3. decompress >= "1.4.1"
  4. ppx_custom_printf >= "v0.16.0"
  5. ppx_compare >= "v0.16.0"
  6. ppx_sexp_conv >= "v0.16.0"
  7. base >= "v0.16.0"
  8. angstrom >= "0.15.0"
  9. dune >= "1.9.0"
  10. ocaml >= "5.0.0"

Dev Dependencies (3)

  1. ppx_deriving_yojson >= "3.5.2" & with-test
  2. yojson with-test
  3. alcotest with-test

Used by

None

Conflicts

None