package opium

  1. Overview
  2. No Docs
Sinatra like web toolkit based on Async + Cohttp

Install

Dune Dependency

Authors

Maintainers

Sources

v0.6.1.tar.gz
md5=e8a70a98efa859fba2f28b511673dd63

Description

Opium is a minimalistic library for quickly binding functions to http routes. Its features include (but not limited to):

  • Middleware system for app independent components
  • A simple router for matching urls and parsing parameters
  • Request/Response pretty printing for easier debugging

Note: This library is still at an early stage so expect breakages until 1.0

Published: 23 Mar 2014

Dependencies (10)

  1. ocamlbuild build
  2. cow
  3. sexplib < "113.01.00"
  4. fieldslib < "113.01.00"
  5. core
  6. async
  7. oasis
  8. cohttp >= "0.10.0" & < "0.12.0"
  9. ocamlfind
  10. ocaml >= "4.01.0"

Dev Dependencies

None

Used by

None

Conflicts

None