this repo has no description
1opam-version: "2.0" 2synopsis: "Reading of plist files in the XML format with Lwt" 3description: "Reading of plist files in the XML format with Lwt." 4maintainer: ["Alan Hu <alanh@ccs.neu.edu>"] 5authors: ["Alan Hu <alanh@ccs.neu.edu>"] 6license: "MIT" 7homepage: "https://github.com/alan-j-hu/ocaml-plist-xml" 8doc: "https://alan-j-hu.github.io/ocaml-plist-xml/" 9bug-reports: "https://github.com/alan-j-hu/ocaml-plist-xml/issues" 10depends: [ 11 "dune" {>= "2.6"} 12 "plist-xml" {= "0.2.0"} 13 "lwt" {>= "5.0" & < "6.0"} 14 "markup-lwt" {>= "0.5" & < "0.6"} 15 "odoc" {with-doc} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31dev-repo: "git+https://github.com/alan-j-hu/ocaml-plist-xml.git" 32x-commit-hash: "58e2b25e6bf0864eee2564bfa783f8be4176a27b" 33url { 34 src: 35 "https://github.com/alan-j-hu/ocaml-plist-xml/releases/download/0.2.0/plist-xml-lwt-0.2.0.tbz" 36 checksum: [ 37 "sha256=99116ffa8246caa4a4bfb920f282413154e119c21771eff347b563b4dc5b2703" 38 "sha512=cb4d769fa7ce83209fdd7ff7b8f25f09319add35e967f9956da441d195c889c8fadea9d52f44f381ca8b61023b6c88a6ac6b25f4ae8269b8a3c46640b86bc0ff" 39 ] 40}