this repo has no description
0
fork

Configure Feed

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

Merge pull request #27167 from SGrondin/opam-publish-SZXX.3.1.0

Package SZXX.3.1.0

authored by

Shon Feder and committed by
GitHub
ca0f6d0e 0de18e26

+41
+41
packages/SZXX/SZXX.3.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 + It can also stream data out of ZIP files and XML files without buffering. 11 + """ 12 + license: "MIT" 13 + tags: ["Stream" "ZIP" "XML" "XLSX"] 14 + homepage: "https://github.com/asemio/SZXX" 15 + dev-repo: "git://github.com/asemio/SZXX" 16 + doc: "https://github.com/asemio/SZXX" 17 + bug-reports: "https://github.com/asemio/SZXX/issues" 18 + depends: [ 19 + "ocaml" { >= "4.10.0" } 20 + "dune" { >= "1.9.0" } 21 + 22 + "angstrom" { >= "0.15.0" } 23 + "core" { >= "v0.17.0" } 24 + "decompress" { >= "1.4.1" } 25 + "lwt" { >= "5.3.0" } 26 + 27 + "alcotest-lwt" { with-test } 28 + "angstrom-lwt-unix" { >= "0.15.0" & with-test } 29 + "yojson" { with-test } 30 + "ppx_deriving_yojson" { >= "3.5.2" & with-test } 31 + # "ocamlformat" { = "0.25.1" } # Development 32 + # "ocaml-lsp-server" # Development 33 + ] 34 + build: ["dune" "build" "-p" name "-j" jobs] 35 + url { 36 + src: "https://github.com/asemio/SZXX/archive/refs/tags/3.1.0.tar.gz" 37 + checksum: [ 38 + "md5=efd02d7e06f0afbe9d7a74b7c246f1d3" 39 + "sha512=99fe09716d5200e4bdf0390ef84c7cac51b7b64f230083d44949f85d6844444d61aecb6506e949b45c68c27232d1b4e23e21376f7e5258b4b9fa69fd7f252cd5" 40 + ] 41 + }