package cow

  1. Overview
  2. Docs

Camel on the Web (CoW) library.

This library includes module aliases for various useful Web formats such as XML, XHTML, JSON, Markdown and Atom. In many cases, you can also use the constitutent libraries directly.

module Xml = Cow_xml
module Json = Cow_json
module Markdown = Cow_markdown
module Html = Cow_html
module Xhtml = Cow_xhtml
module Atom = Cow_atom