this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Simon Grondin
Marcello Seri
and committed by
GitHub
be6e656b dbc64c77

+38
+38
packages/SZXX/SZXX.2.1.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Asemio" 3 + authors: [ 4 + "Simon Grondin" 5 + ] 6 + synopsis: "Streaming ZIP XML XLSX parser" 7 + description: """ 8 + SZXX is a streaming, non-seeking and efficient XLSX parser built from ground up for low memory usage. 9 + SZXX is able to output XLSX rows while a file is being read from the file descriptor without buffering any part of the file. 10 + """ 11 + license: "MIT" 12 + tags: ["Stream" "ZIP" "XML" "XLSX"] 13 + homepage: "https://github.com/asemio/SZXX" 14 + dev-repo: "git://github.com/asemio/SZXX" 15 + doc: "https://github.com/asemio/SZXX" 16 + bug-reports: "https://github.com/asemio/SZXX/issues" 17 + depends: [ 18 + "ocaml" { >= "4.08.1" } 19 + "dune" { >= "1.9.0" } 20 + 21 + "angstrom" { >= "0.15.0" } 22 + "core_kernel" { >= "v0.13.0" } 23 + "decompress" { >= "1.4.1" } 24 + "lwt" { >= "5.3.0" } 25 + 26 + "alcotest-lwt" { with-test } 27 + "ppx_jane" { with-test } 28 + "yojson" { with-test } 29 + "ppx_deriving_yojson" { >= "3.5.2" & with-test } 30 + ] 31 + build: ["dune" "build" "-p" name "-j" jobs] 32 + url { 33 + src: "https://github.com/asemio/SZXX/archive/2.1.0.tar.gz" 34 + checksum: [ 35 + "md5=fa2003308327051d39f3b5ce169b8cc8" 36 + "sha512=b359ca7ebb45f3d44e320e75be7c9ce2f0131551e32c6c14fb0b96a75704040729227673586f4d219671c157d95156b4f441c171e5c52fb85177099ea0773033" 37 + ] 38 + }