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-directory" {= version } 18 "cohttp-lwt" { >= "1.0.0" } 19] 20url { 21 src: 22 "https://gitlab.com/nomadic-labs/resto/-/archive/v0.4/resto-v0.4.tar.gz" 23 checksum: [ 24 "md5=441e7916b7f5e2952ede014e283a5dee" 25 "sha512=35dc4be2ae98947a82059b112678d44b1c97a69c16ed1b923b5775f6c49cda31642f292fcf7d317a9e654c74f084fa54e80845739521fec8e1987febc67036ad" 26 ] 27}