Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SGrondin committed Jul 30, 2023
1 parent 22e95c8 commit e11f973
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions SZXX.opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ authors: [
]
synopsis: "Streaming ZIP XML XLSX parser"
description: """
SZXX is a streaming, non-seeking and efficient XLSX parser built from ground up for low, constant 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.
SZXX is a streaming and efficient XLSX 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 out of ZIP and XML files without buffering.

Assumes a 64-bit architecture, large files (>4Gb) may not work on 32-bit systems.
"""
license: "MIT"
tags: ["Stream" "ZIP" "XML" "XLSX"]
tags: ["Stream" "Streaming" "Excel" "ZIP" "XML" "XLSX"]
homepage: "https://github.com/asemio/SZXX"
dev-repo: "git://github.com/asemio/SZXX"
doc: "https://github.com/asemio/SZXX"
Expand All @@ -21,7 +21,7 @@ depends: [
"ocaml" { >= "5.0.0" }
"dune" { >= "1.9.0" }

"angstrom"
"angstrom" { >= "0.15.0" }
"core" { >= "v0.16.0" & < "v0.18.0" }
"decompress" { >= "1.4.1" }
"eio_main" { >= "0.11" & < "1.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(lang dune 1.9)
(name SZXX)
(version 3.0.1)
(version 4.0.0)

0 comments on commit e11f973

Please sign in to comment.