package opium

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.5.0.tar.gz
md5=ff0c72042381e58c718540ebe6721e22

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 PCRE based router for matching url routes
  • Request/Response pretty printing for easier debugging

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

Published: 17 Mar 2014

Dependencies (11)

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

Dev Dependencies

None

Used by

None

Conflicts

None