this repo has no description
1opam-version: "2.0"
2maintainer: "Grégoire Henry <gregoire.henry@ocamlpro.com>"
3authors: "Grégoire Henry <gregoire.henry@ocamlpro.com>"
4license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
5homepage: "https://github.com/OCamlPro/ocplib-resto"
6bug-reports: "https://github.com/OCamlPro/ocplib-resto/issues"
7depends: [
8 "ocaml"
9 "ocamlfind" {build}
10 "ocp-build" {build}
11 "result"
12 "lwt"
13 "ocplib-json-typed" {>= "0.4"}
14]
15build: [make]
16dev-repo: "git+https://github.com/OCamlPro/ocplib-resto.git"
17synopsis: "Minimal OCaml library for type-safe HTTP/JSON RPCs."
18description: """
19This is based on a notion of service, *à la* Eliom, and it uses
20`ocplib-json-typed` for self-documenting JSON encoders."""
21url {
22 src:
23 "https://github.com/OCamlPro/ocplib-resto/releases/download/0.1/ocplib-resto_0.1.tar.gz"
24 checksum: [
25 "sha256=bee2c7a395f2fc1518584d5feb13696d590a7eb4dbd39f40605dc368042e0271"
26 "md5=0433b7493bf8cd05fcb164e7482fa12e"
27 ]
28}