plist: Generate and parse Mac OX property list format

[ bsd3, library, xml ] [ Propose Tags ]

Simple helper to generate and parse Mac OS X plist format. Currently it supports only xml1 format. It is based on Haskell XML Toolbox.

See http://developer.apple.com/mac/library/documentation/Darwin/Reference/ManPages/man5/plist.5.html for details about plist format.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.2, 0.0.2.1, 0.0.3, 0.0.4, 0.0.5, 0.0.6
Dependencies base (>=4.3 && <5), dataenc, hxt (>=9 && <10) [details]
License BSD-3-Clause
Copyright (c) 2009, 2012 Yuras Shumovich
Author Yuras Shumovich <shumovichy@gmail.com>, Michael Tolly <tolly@wisc.edu>
Maintainer Yuras Shumovich <shumovichy@gmail.com>
Category XML
Source repo head: git clone http://github.com/Yuras/plist.git
Uploaded by YurasShumovich at 2012-07-18T16:06:43Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4830 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for plist-0.0.3

[back to package description]
plist is a library for generation and parsing Mac OS X
property list format files

Currently it supports only xml1.
It is based on Haskell XML Toolbox.
binary1 fromat support is TODO.
I don't know reference implementation of ISO 8601 in Haskell, so date is not validated and is pepresented as String


* Install

cabal configure
cabal build
cabal install


* Author
Yuras Shumovich <shumovichy@gmail.com>


* Contributors

Yuras Shumovich <shumovichy@gmail.com>
Michael Tolly <tolly@wisc.edu>