this repo has no description

[new release] plist-xml (0.4.0)

CHANGES:

Version 0.4.0 is a major rewrite with an API redesign that is not
backwards-compatible. `plist-xml` now uses `xmlm` instead of `markup` for the
underlying XML codec. The package `plist-xml-lwt` no longer exists. In the
new API, `plist-xml` has both a high-level tree interface and a low-level
streaming interface.

Alan Hu 3385f989 1c4baa4d

Changed files
+49
packages
plist-xml
plist-xml.0.4.0
+49
packages/plist-xml/plist-xml.0.4.0/opam
···
···
+
opam-version: "2.0"
+
synopsis:
+
"Reading and writing of plist files in the XML format in pure OCaml"
+
description: """
+
Reading and writing of plist files in the XML format in pure OCaml.
+
+
Implementation of https://www.apple.com/DTDs/PropertyList-1.0.dtd."""
+
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"}
+
"base64" {>= "3.4"}
+
"cstruct" {>= "6.1"}
+
"ISO8601" {>= "0.2.6"}
+
"menhir" {>= "20220210"}
+
"ocaml" {>= "4.13"}
+
"xmlm" {>= "1.4"}
+
"eio" {>= "0.7" & with-test}
+
"eio_main" {>= "0.7" & with-test}
+
"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"
+
url {
+
src:
+
"https://github.com/alan-j-hu/ocaml-plist-xml/releases/download/0.4.0/plist-xml-0.4.0.tbz"
+
checksum: [
+
"sha256=0aeed3aac1643f3c76550d44010e343481b6ac77d4ab1762300167472a813791"
+
"sha512=c61bef883fe99974a1501faa89bde8d1dc788fc48d83a1ccf4f1473f99c58d9edb584e36f21ca93ecea61f9bd4aa55713b3edd18de476660ccd8edd12127e7f2"
+
]
+
}
+
x-commit-hash: "fcb471249ec9f0274b1b9e12d1e330c5522ff2d6"