ligo/vendors/ocplib-resto
2019-02-14 11:22:52 -05:00
..
lib_ezresto Opam: update package description to opam.2.0 2019-01-21 17:54:19 +01:00
lib_ezresto-directory Opam: update package description to opam.2.0 2019-01-21 17:54:19 +01:00
lib_resto fixup 242c97d1 ocplib-json-types: 'Variable defintion path in json_schema' 2019-01-23 13:12:42 +01:00
lib_resto-cohttp Return proper error message in ocp-resto/client 2019-02-14 11:22:52 -05:00
lib_resto-directory Opam: update package description to opam.2.0 2019-01-21 17:54:19 +01:00
lib_resto-json Opam: update package description to opam.2.0 2019-01-21 17:54:19 +01:00
.gitignore Import new version of vendors/ocplib-resto 2017-12-04 15:51:59 +01:00
.ocp-indent Import new version of vendors/ocplib-resto 2017-12-04 15:51:59 +01:00
.travis.yml Import new version of vendors/ocplib-resto 2017-12-04 15:51:59 +01:00
CHANGES.md Import new version of vendors/ocplib-resto 2017-12-04 15:51:59 +01:00
LICENSE Import new version of vendors/ocplib-resto 2017-12-04 15:51:59 +01:00
Makefile Build: Jbuilder -> Dune 1.0.1 2018-07-24 19:15:04 +02:00
ocplib-resto.version Import new version of vendors/ocplib-resto 2017-12-04 15:51:59 +01:00
README.md Import new version of vendors/ocplib-resto 2017-12-04 15:51:59 +01:00

ocplib-resto (WIP)

This is a minimal OCaml library for type-safe HTTP/JSON RPCs.

This is based on a notion of service, à la Eliom, and it uses ocplib-json-typed for self-documenting JSON encoders.

See test_ezresto-directory/ezResto_test.ml or test_resto-directory/resto_test.ml for example.`