opam-version: "2.0" maintainer: "contact@nomadic-labs.com" authors: [ "Nomadic Labs" "Ocamlpro" ] license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" homepage: "https://gitlab.com/nomadic-labs/resto" bug-reports: "https://gitlab.com/nomadic-labs/resto/issues" dev-repo: "git+https://gitlab.com/nomadic-labs/resto" synopsis: "A minimal OCaml library for type-safe HTTP/JSON RPCs" build: [ [ "dune" "build" "-p" name "-j" jobs ] ] depends: [ "ocaml" { >= "4.07" } "dune" { >= "1.11" } "uri" {>= "1.9.0" } "json-data-encoding" {= "0.8" & with-test } "json-data-encoding-bson" {= "0.8" & with-test } "lwt" {with-test} "base-unix"{with-test} ] url { src: "https://gitlab.com/nomadic-labs/resto/-/archive/v0.3/resto-v0.3.tar.gz" checksum: [ "md5=8ddab4e95cab087d2607817e5e0dbea1" "sha512=1f9e49f2f5e57032cc356f2d14d2bf999cf77f701576a015323871c9a9dea8bf02a553a45a01395565cb26091b6761b62924a905e4f0fb41a52a1a29abd81ea3" ] }