opam-version: "2.0"
maintainer: "Grégoire Henry <gregoire.henry@ocamlpro.com>"
authors: "Grégoire Henry <gregoire.henry@ocamlpro.com>"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
homepage: "https://github.com/OCamlPro/ocplib-resto"
bug-reports: "https://github.com/OCamlPro/ocplib-resto/issues"
depends: [
  "ocaml"
  "ocamlfind" {build}
  "ocp-build" {build}
  "result"
  "lwt"
  "ocplib-json-typed" {>= "0.4"}
]
build: [make]
dev-repo: "git+https://github.com/OCamlPro/ocplib-resto.git"
synopsis: "Minimal OCaml library for type-safe HTTP/JSON RPCs."
description: """
This is based on a notion of service, *à la* Eliom, and it uses
`ocplib-json-typed` for self-documenting JSON encoders."""
url {
  src:
    "https://github.com/OCamlPro/ocplib-resto/releases/download/0.1/ocplib-resto_0.1.tar.gz"
  checksum: "md5=0433b7493bf8cd05fcb164e7482fa12e"
}
