Search OCaml packages
max) { row = max } }" @keyup.up="if (row !== null) { row -=1; if (row < 0) { row = null } }" @keyup.right="if (col < 1) col++" @keyup.left="if (col >= 1) col--" :aria-activedescendant="row !== null ? 'package-autocomplete-'+row+'-'+col : null" hx-get="/packages/autocomplete" hx-params="q" hx-trigger="keyup changed, search" hx-target="#header-search-results" hx-indicator="#header-search-indicator" autocomplete="off" >
Standard Library API
Learn
Tools
Packages
Community
News
Play
Search OCaml packages
Learn
Tools
Packages
Community
News
Play
Standard Library API
Get started
package
opium
latest (0.20.0)
0.20.0
0.19.0
0.18.0
0.17.1
0.17.0
search
Overview
Docs
You can search for identifiers within the package.
in-package search v0.2.0
package opium
opium
CHANGES
README
README.cpp
Library
opium
Opium
App
App_export
App
Middleware
Std
Rock
Response
Request
Cookie
Router
Route
Middleware
App
Body
Hmap
Sources
opium
app.ml
debug.ml
opium.ml
opium__.ml
static_serve.ml
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Package index
opium
CHANGES
0.18.0
Make examples easier to find and add documentation related to features used in them. (#125, @shonfeder)
Allow overriding 404 handlers (#127, @anuragsoni)
Support cohttp streaming response (#135, #137, #139, @anuragsoni)
v0.17.1
Change Deferred.t to Lwt.t in readme (#91, @rymdhund)
Remove
cow
from deps (#92, @anuragsoni)
v0.17.0
Switch to dune (#88, @anuragsoni)
Keep the "/" cookie default and expose all cookie directives (#82, @actionshrimp)
Do not assume base 64 encoding of cookies (#74, @malthe)
Add caching capabilities to middleware (#76, @mattjbray)