this repo has no description

SZXX.2.1.0 - support for weird inline formatting, other edge cases (#20657)

* Package SZXX.2.1.0

* szxx 2.1.0: unused test dependencies

Co-authored-by: Marcello Seri <mseri@users.noreply.github.com>

Changed files
+38
packages
SZXX
SZXX.2.1.0
+38
packages/SZXX/SZXX.2.1.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Asemio"
+
authors: [
+
"Simon Grondin"
+
]
+
synopsis: "Streaming ZIP XML XLSX parser"
+
description: """
+
SZXX is a streaming, non-seeking and efficient XLSX parser built from ground up for low memory usage.
+
SZXX is able to output XLSX rows while a file is being read from the file descriptor without buffering any part of the file.
+
"""
+
license: "MIT"
+
tags: ["Stream" "ZIP" "XML" "XLSX"]
+
homepage: "https://github.com/asemio/SZXX"
+
dev-repo: "git://github.com/asemio/SZXX"
+
doc: "https://github.com/asemio/SZXX"
+
bug-reports: "https://github.com/asemio/SZXX/issues"
+
depends: [
+
"ocaml" { >= "4.08.1" }
+
"dune" { >= "1.9.0" }
+
+
"angstrom" { >= "0.15.0" }
+
"core_kernel" { >= "v0.13.0" }
+
"decompress" { >= "1.4.1" }
+
"lwt" { >= "5.3.0" }
+
+
"alcotest-lwt" { with-test }
+
"ppx_jane" { with-test }
+
"yojson" { with-test }
+
"ppx_deriving_yojson" { >= "3.5.2" & with-test }
+
]
+
build: ["dune" "build" "-p" name "-j" jobs]
+
url {
+
src: "https://github.com/asemio/SZXX/archive/2.1.0.tar.gz"
+
checksum: [
+
"md5=fa2003308327051d39f3b5ce169b8cc8"
+
"sha512=b359ca7ebb45f3d44e320e75be7c9ce2f0131551e32c6c14fb0b96a75704040729227673586f4d219671c157d95156b4f441c171e5c52fb85177099ea0773033"
+
]
+
}