package calculon-web

  1. Overview
  2. Docs
A collection of web plugins for Calculon

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.8.tar.gz
md5=4d34a4d99816effb06954ea283be0e5b
sha512=b9ec29bc0fc40774075b528524bd191b4dde013465805499b6f49b9dd070b404b34364c77ef994f0bc01c9213f1f7c0a4aa749f84f8de55de810088499b29cfc

doc/calculon-web/Calculon_web/Movie_t/index.html

Module Calculon_web.Movie_tSource

Sourcetype search_entry = {
  1. s_title : maybe;
  2. s_id : string;
}
Sourcetype search_result = {
  1. count : int;
  2. results : search_entry list;
}
Sourcetype query_entry = {
  1. title : maybe;
  2. id : string;
  3. year : year;
  4. rating : float;
  5. plot : maybe;
}