package SZXX

  1. Overview
  2. No Docs
Streaming ZIP XML XLSX parser

Install

dune-project
 Dependency

Authors

Maintainers

Sources

4.0.1.tar.gz
md5=7899596c5da8013a459bf72a552eff98
sha512=f2addbe9243c04a7dd21d41972960ecd08c89c9071e1ba0bedac059c198426249c7f3543bead551eb7075403086e9a01c97dcf2263959ecdd978c5e76a4d8235

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 (6)

  1. eio_main >= "0.12"
  2. decompress >= "1.4.1"
  3. core >= "v0.16.0"
  4. angstrom >= "0.15.0"
  5. dune >= "1.9.0"
  6. 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