opam-version: "2.0"
authors: ["Brendan Long <self@brendanlong.com>"]
maintainer: "self@brendanlong.com"
homepage: "https://github.com/brendanlong/ocaml-ooxml"
dev-repo: "git+https://github.com/brendanlong/ocaml-ooxml.git"
bug-reports: "https://github.com/brendanlong/ocaml-ooxml/issues"
doc: "https://brendanlong.github.io/ocaml-ooxml/doc"

build: [
  ["jbuilder" "build" "-p" name "-j" jobs]
  ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
  "ocaml" {>= "4.04.2"}
  "open_packaging"
  "ppx_jane" {< "v0.15"}
  "bisect_ppx" {build & >= "1.3.0"}
  "jbuilder" {>= "1.0+beta18"}
  "ounit" {with-test}
]
synopsis:
  "A library to parsing SpreadsheetML (used in Microsoft Excel files)"
url {
  src:
    "https://github.com/brendanlong/ocaml-ooxml/releases/download/1.0/easy_xlsx-1.0.tbz"
  checksum: "md5=63407b5190cf6f529343a29953c8ff2e"
}
