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-lwt-0.1.tbz
sha256=e3767e473e964a7679fe581c4a22c38e516b0c9cd05ec7d609178a329b8019e6
sha512=7603b599548c56b3f6062726b82704397c1db26bd1c9c8e1e4e538c72907f6de62ab14cd2feba4e3f57a9478b6edc04f41d6184ac53b8de8bd837436814fa516

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: 05 Aug 2020

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://dosaylazy.github.io/ocaml-plist-xml.

Dependencies (5)

  1. ocaml >= "4.08"
  2. markup >= "0.8" & < "1.0"
  3. ISO8601 >= "0.2.6" & < "0.3"
  4. base64 >= "3.4" & < "4.0"
  5. dune >= "2.6"

Dev Dependencies (1)

  1. odoc with-doc

Used by (3)

  1. camyll < "0.4.3"
  2. plist-xml-lwt < "0.2.0"
  3. textmate-language >= "0.3.0" & < "0.3.4"

Conflicts

None