Skip to content

Commit

Permalink
Merge pull request #26722 from zazedd/opam-publish-xlsx2csv.0.1.2
Browse files Browse the repository at this point in the history
Package xlsx2csv.0.1.2
  • Loading branch information
mseri authored Oct 11, 2024
2 parents fcca1e3 + 3ef1e66 commit ba44ffe
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions packages/xlsx2csv/xlsx2csv.0.1.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Simple library to export .xlsx files as CSVs"
description: "Simple library to export .xlsx files as CSVs"
maintainer: ["[email protected]"]
authors: ["Leonardo Santos"]
license: "GPL-3.0-only"
tags: ["convert" "xlsx" "csv"]
homepage: "https://github.com/zazedd/xlsx2csv"
bug-reports: "https://github.com/zazedd/xlsx2csv/issues"
depends: [
"ocaml" {>= "4.13"}
"dune" {>= "3.15"}
"camlzip"
"xmlm"
"uutf"
"lwt"
"fpath"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/zazedd/xlsx2csv.git"
url {
src: "https://github.com/zazedd/xlsx2csv/archive/refs/tags/0.1.2.tar.gz"
checksum: [
"md5=b5ca6e00caa7369caae5ab5a108afc40"
"sha512=cdcb84b4d744747c3468493597d8a34996a482ae774cdb3229fc5f1d9663c1f12b6ddc9c5e787cd2536e914dfbd806466e7dc4e874873c5303788e02e3122729"
]
}

0 comments on commit ba44ffe

Please sign in to comment.