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.5.0.tbz
sha256=b185065b626477ef5cdcbef598b350ed54199bc99e08f875b4a6dc8830a283c3
sha512=e24da7f6dc433a4fdfa2c66934f11c43eb23134b7630936793d0df72dc21ec8b24f5f4d40d021356af5ba88debd0329a2dc07e802468909f5937cb125ef31a3b

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: 13 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 (2)

  1. camyll >= "0.4.3"
  2. textmate-language >= "0.3.4"

Conflicts

None