package webmachine

  1. Overview
  2. Docs
A REST toolkit for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.1.tar.gz
md5=a56ae76d547b77f275ec7ac0a1b4bcbf

Description

ocaml-webmachine is a layer on top of cohttp that implements a state-machine-based HTTP request processor. It's particularly well-suited for writing RESTful APIs. As the name suggests, this is an OCaml port of the webmachine project.

Published: 07 Oct 2015

Dependencies (5)

  1. ocamlbuild build
  2. re >= "1.3.0"
  3. ocamlfind build
  4. cohttp >= "0.12.0" & < "0.21.0"
  5. ocaml >= "4.01" & < "5.0"

Dev Dependencies (1)

  1. ounit with-test & >= "1.0.2"

Conflicts

None