this repo has no description
1opam-version: "2.0"
2maintainer: "contact@nomadic-labs.com"
3authors: [ "Nomadic Labs" "Ocamlpro" ]
4license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
5homepage: "https://gitlab.com/nomadic-labs/resto"
6bug-reports: "https://gitlab.com/nomadic-labs/resto/issues"
7dev-repo: "git+https://gitlab.com/nomadic-labs/resto"
8synopsis: "A minimal OCaml library for type-safe HTTP/JSON RPCs"
9
10build: [
11 [ "dune" "build" "-p" name "-j" jobs ]
12]
13
14depends: [
15 "ocaml" { >= "4.07" }
16 "dune" { >= "1.7" }
17 "resto" {= version }
18 "json-data-encoding" {= "0.8" }
19 "json-data-encoding-bson" {= "0.8" }
20]
21url {
22 src:
23 "https://gitlab.com/nomadic-labs/resto/-/archive/v0.4/resto-v0.4.tar.gz"
24 checksum: [
25 "md5=441e7916b7f5e2952ede014e283a5dee"
26 "sha512=35dc4be2ae98947a82059b112678d44b1c97a69c16ed1b923b5775f6c49cda31642f292fcf7d317a9e654c74f084fa54e80845739521fec8e1987febc67036ad"
27 ]
28}