package cow

  1. Overview
  2. Docs

Description

Writing web-applications requires a lot of skills: HTML, CSS, XML, JSON and Markdown, to name but a few! This library provides OCaml combinators for these web formats.

More documentation at https://mirage.github.io/ocaml-cow.

README

README.md

Writing web-applications requires a lot of skills: HTML, XML, JSON and Markdown, to name but a few! This library provides OCaml combinators for these web formats by:

See more explanation at: http://mirage.github.io/ocaml-cow

This library is in beta, and full documentation is still being written. Some repositories which use it include:

  • Mirage website: http://github.com/mirage/mirage-www

  • Opam2web: http://github.com/OCamlpro/opam2web

Dependencies (8)

  1. ezjsonm >= "0.4.0"
  2. omd >= "0.8.2"
  3. xmlm >= "1.1.1"
  4. uri >= "1.3.9"
  5. topkg build
  6. ocamlbuild build
  7. ocamlfind build
  8. ocaml >= "4.02.3" & < "5.0"

Dev Dependencies (1)

  1. alcotest with-test

Used by (7)

  1. cowabloga >= "0.2.0" & < "0.4.0"
  2. opam2web = "1.5.0"
  3. opium != "0.8.1" & != "0.14.0" & < "0.17.1"
  4. opium_kernel < "0.17.1"
  5. rpc >= "1.9.51" & < "5.9.0"
  6. rpclib-html
  7. stone >= "0.4.0"

Conflicts

None