package plist-xml

  1. Overview
  2. Docs
Reading and writing of plist files in the XML format in pure OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

plist-xml-0.4.0.tbz
sha256=0aeed3aac1643f3c76550d44010e343481b6ac77d4ab1762300167472a813791
sha512=c61bef883fe99974a1501faa89bde8d1dc788fc48d83a1ccf4f1473f99c58d9edb584e36f21ca93ecea61f9bd4aa55713b3edd18de476660ccd8edd12127e7f2

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.

Published: 09 Mar 2023

README

ocaml-plist-xml

Pure OCaml implementation of https://www.apple.com/DTDs/PropertyList-1.0.dtd.

This package follows SemVer. It is still in version 0.X, so X will be incremented for breaking changes.

The documentation is located at https://alan-j-hu.github.io/ocaml-plist-xml.

Dependencies (7)

  1. xmlm >= "1.4"
  2. ocaml >= "4.13"
  3. menhir >= "20220210"
  4. ISO8601 >= "0.2.6"
  5. cstruct >= "6.1"
  6. base64 >= "3.4"
  7. dune >= "2.7"

Dev Dependencies (3)

  1. odoc with-doc
  2. eio_main with-test & >= "0.7"
  3. eio with-test & >= "0.7"

Used by

None

Conflicts

None