https://github.com/limansky/wbxml
Tiny Haskell WBXML parser
https://github.com/limansky/wbxml
Last synced: 2 months ago
JSON representation
Tiny Haskell WBXML parser
- Host: GitHub
- URL: https://github.com/limansky/wbxml
- Owner: limansky
- License: other
- Created: 2011-11-13T22:12:28.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-12T12:29:19.000Z (over 14 years ago)
- Last Synced: 2025-02-25T04:33:35.793Z (over 1 year ago)
- Language: Haskell
- Homepage:
- Size: 164 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Wbxml : tiny Haskell library for WBXML processing
http://github.com/limansky/wbxml
This library provides API for parsing and generating WBXML format
(see http://www.w3.org/TR/wbxml/ to get more information).
WBXML Tables definition is created based on libwbxml 0.11 sources
(see http://libwbxml.opensync.org/).
Current status of this project is early development. So the API is
not stabilized, not all WBXML features are supported. Please contact
me in case you are going to use it in real project.