package plist-xml-lwt

  1. Overview
  2. Docs
Reading of plist files in the XML format with Lwt

Install

Dune Dependency

Authors

Maintainers

Sources

plist-xml-lwt-0.2.0.tbz
sha256=99116ffa8246caa4a4bfb920f282413154e119c21771eff347b563b4dc5b2703
sha512=cb4d769fa7ce83209fdd7ff7b8f25f09319add35e967f9956da441d195c889c8fadea9d52f44f381ca8b61023b6c88a6ac6b25f4ae8269b8a3c46640b86bc0ff

doc/plist-xml-lwt/Plist_xml_lwt/index.html

Module Plist_xml_lwtSource

include Plist_xml.S with type s := Markup.async and type 'a io := 'a Lwt.t
Sourceval plist_of_stream_exn : (Markup.content_signal, Markup.async) Markup.stream -> Plist_xml.t Lwt.t

Raises Parse_error upon failure.

Sourceval parse_exn : ?report:(Markup.location -> Markup.Error.t -> unit Lwt.t) -> ?encoding:Markup.Encoding.t -> ?namespace:(string -> string option) -> ?entity:(string -> string option) -> ?context:[< `Document | `Fragment ] -> (char, Markup.async) Markup.stream -> Plist_xml.t Lwt.t

Raises Parse_error upon failure. See documentation for Markup.parse_xml for labeled parameter information.

OCaml

Innovation. Community. Security.