package opium

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.10.1.tar.gz
md5=3c5076d96ae9682d94b9fb9565a7a094

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: 14 Nov 2014

Dependencies (11)

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

Dev Dependencies

None

Used by

None

Conflicts

None