Skip to content

Commit

Permalink
Merge pull request #27167 from SGrondin/opam-publish-SZXX.3.1.0
Browse files Browse the repository at this point in the history
Package SZXX.3.1.0
  • Loading branch information
shonfeder authored Dec 22, 2024
2 parents 0de18e2 + e353ed3 commit ca0f6d0
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions packages/SZXX/SZXX.3.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
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.
It can also stream data out of ZIP files and XML files without buffering.
"""
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.10.0" }
"dune" { >= "1.9.0" }

"angstrom" { >= "0.15.0" }
"core" { >= "v0.17.0" }
"decompress" { >= "1.4.1" }
"lwt" { >= "5.3.0" }

"alcotest-lwt" { with-test }
"angstrom-lwt-unix" { >= "0.15.0" & with-test }
"yojson" { with-test }
"ppx_deriving_yojson" { >= "3.5.2" & with-test }
# "ocamlformat" { = "0.25.1" } # Development
# "ocaml-lsp-server" # Development
]
build: ["dune" "build" "-p" name "-j" jobs]
url {
src: "https://github.com/asemio/SZXX/archive/refs/tags/3.1.0.tar.gz"
checksum: [
"md5=efd02d7e06f0afbe9d7a74b7c246f1d3"
"sha512=99fe09716d5200e4bdf0390ef84c7cac51b7b64f230083d44949f85d6844444d61aecb6506e949b45c68c27232d1b4e23e21376f7e5258b4b9fa69fd7f252cd5"
]
}

0 comments on commit ca0f6d0

Please sign in to comment.