package plist

  1. Overview
  2. Docs
Create Apple Plists

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1.tar.gz
sha256=23fd6c7b5cc792bf52f45f99c8b4191d86e262b3a48d4243afadbf300c74a17e
md5=1c8a60e65db0fab9fd9559ecb5381b5c

doc/plist/Plist/index.html

Module PlistSource

Sourcetype pnode =
  1. | Array of pnode list
  2. | Dict of (string * pnode) list
  3. | Integer of int
  4. | String of string
  5. | Key of string
Sourceval make : pnode -> string
Sourceval parse_dict : string -> Yojson.Basic.json