You can search for identifiers within the package.
in-package search v0.2.0
opium_kernel
Opium_kernel
module Export : sig ... end
include module type of struct include Export end
module Rock : sig ... end
A tiny clone of ruby's Rack protocol in OCaml. Which is slightly more general and inspired by Finagle. It's not imperative to have this to for such a tiny framework but it makes extensions a lot more straightforward
module Response = Export.Response
module Request = Export.Request
module Cookie : sig ... end
Simple cookie module. Cookie values are percent encoded.
module Router : sig ... end
module Route : sig ... end
module Std = Export
module Hmap : sig ... end