opam-version: "2.0"
synopsis: "Reading of plist files in the XML format with Lwt"
description: "Reading of plist files in the XML format with Lwt."
maintainer: ["Alan Hu <alanh@ccs.neu.edu>"]
authors: ["Alan Hu <alanh@ccs.neu.edu>"]
license: "MIT"
homepage: "https://github.com/alan-j-hu/ocaml-plist-xml"
doc: "https://alan-j-hu.github.io/ocaml-plist-xml/"
bug-reports: "https://github.com/alan-j-hu/ocaml-plist-xml/issues"
depends: [
  "dune" {>= "2.7"}
  "plist-xml" {= "0.3.0"}
  "lwt" {>= "5.0" & < "6.0"}
  "markup-lwt" {>= "0.5" & < "0.6"}
  "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/alan-j-hu/ocaml-plist-xml.git"
x-commit-hash: "cf538a2c0013f85091e903a5365d6f5a7811bb76"
url {
  src:
    "https://github.com/alan-j-hu/ocaml-plist-xml/releases/download/0.3.0/plist-xml-lwt-0.3.0.tbz"
  checksum: [
    "sha256=f1bef673f1145a2d9f4d8e51a61563cd3630ae5352d79610369ead307aa5f4d5"
    "sha512=75eb172941fff651fd59daff9c7aeece5dd6e90b34ad1d07b8034b6c290112dde1baec3d3971b1e34702ca4873407ff854fdc7c87467bd0d8f7e08451a60cd67"
  ]
}
