this repo has no description
0
fork

Configure Feed

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

Merge pull request #24079 from SGrondin/opam-publish-SZXX.3.0.1

Package SZXX.3.0.1

authored by

Anil Madhavapeddy and committed by
GitHub
01487021 41ddd675

+41
+41
packages/SZXX/SZXX.3.0.1/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.15.0" & < "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.21.0" } # 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.0.1.tar.gz" 37 + checksum: [ 38 + "md5=a755100f70cd0a5baab5d1e99502ff51" 39 + "sha512=802675b4b92db154ba6e1005e03376c92390523a7457d03d3e54a8e2e4395ff8414f6f9c696463937a0fe25c996e70802faca4dc3e45c70007a77c9a1c42c395" 40 + ] 41 + }