package opium

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.13.0.tar.gz
md5=5c1b0fb50bbd5fdffc464664cd48738b

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: 04 Feb 2015

Dependencies (13)

  1. ocamlbuild build
  2. humane-re
  3. sexplib < "113.01.00"
  4. fieldslib < "113.01.00"
  5. cmdliner
  6. core_kernel
  7. lwt
  8. base64 >= "2.0.0" & < "3.0.0"
  9. ezjsonm >= "0.4.0"
  10. cohttp >= "0.15.0" & < "0.99"
  11. oasis build
  12. ocamlfind build
  13. ocaml >= "4.01.0"

Dev Dependencies (2)

  1. cow with-test & >= "0.10.0"
  2. ounit with-test

Used by

None

Conflicts

None