Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 582 Bytes

File metadata and controls

10 lines (7 loc) · 582 Bytes

ocaml-hotcrp

HotCRP is an open-source online platform for managing reviews for conferences. This library allows to use its API in order to automate part the processing of reviews.

We provide three interface:

  • the one in the JSON module is the low-level one, returning JSON data as-is from the server
  • the toplevel one is a high-level one returning structured data (records, etc.)
  • the one in Blocking is the same as the high-level one excepting that it is blocking and does not require dealing with Lwt