this repo has no description
0
fork

Configure Feed

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

Merge pull request #26722 from zazedd/opam-publish-xlsx2csv.0.1.2

Package xlsx2csv.0.1.2

authored by

Marcello Seri and committed by
GitHub
ba44ffed fcca1e35

+42
+42
packages/xlsx2csv/xlsx2csv.0.1.2/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Simple library to export .xlsx files as CSVs" 4 + description: "Simple library to export .xlsx files as CSVs" 5 + maintainer: ["leomendesantos@gmail.com"] 6 + authors: ["Leonardo Santos"] 7 + license: "GPL-3.0-only" 8 + tags: ["convert" "xlsx" "csv"] 9 + homepage: "https://github.com/zazedd/xlsx2csv" 10 + bug-reports: "https://github.com/zazedd/xlsx2csv/issues" 11 + depends: [ 12 + "ocaml" {>= "4.13"} 13 + "dune" {>= "3.15"} 14 + "camlzip" 15 + "xmlm" 16 + "uutf" 17 + "lwt" 18 + "fpath" 19 + "odoc" {with-doc} 20 + ] 21 + build: [ 22 + ["dune" "subst"] {dev} 23 + [ 24 + "dune" 25 + "build" 26 + "-p" 27 + name 28 + "-j" 29 + jobs 30 + "@install" 31 + "@runtest" {with-test} 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + dev-repo: "git+https://github.com/zazedd/xlsx2csv.git" 36 + url { 37 + src: "https://github.com/zazedd/xlsx2csv/archive/refs/tags/0.1.2.tar.gz" 38 + checksum: [ 39 + "md5=b5ca6e00caa7369caae5ab5a108afc40" 40 + "sha512=cdcb84b4d744747c3468493597d8a34996a482ae774cdb3229fc5f1d9663c1f12b6ddc9c5e787cd2536e914dfbd806466e7dc4e874873c5303788e02e3122729" 41 + ] 42 + }