opam-version: "2.0" maintainer: "contact@nomadic-labs.com" authors: [ "Nomadic Labs" "Ocamlpro" ] license: "MIT" 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.10" } "dune" { >= "1.11" } "resto" {= version } "json-data-encoding" {= "0.9.1" } "json-data-encoding-bson" {= "0.9.1" } ] url { src: "https://gitlab.com/nomadic-labs/resto/-/archive/v0.7/resto-v0.7.tar.gz" checksum: [ "md5=18dbb4cb0c0031f967406872c313ac2c" "sha512=6e19a475f1d60d24cac379ff16c1b8712d040a9ea5e947e4f2a38de0edfce4c15ea541ca18ccdb3be9c8112dc23303f24c86f69780c9100b110939a628c8dc46" ] }