this repo has no description
1opam-version: "2.0" 2synopsis: 3 "A minimal OCaml library for type-safe HTTP/JSON RPCs - server library" 4maintainer: "contact@nomadic-labs.com" 5authors: ["Nomadic Labs" "Ocamlpro"] 6license: "MIT" 7homepage: "https://gitlab.com/nomadic-labs/resto" 8bug-reports: "https://gitlab.com/nomadic-labs/resto/issues" 9depends: [ 10 "ocaml" {>= "4.10"} 11 "dune" {>= "1.11"} 12 "resto-directory" {= version} 13 "resto-cohttp" {= version} 14 "resto-acl" {= version} 15 "cohttp-lwt-unix" {>= "2.0.0" & != "5.1.0" & < "6.0.0~"} 16 "conduit-lwt-unix" {>= "2.0.0"} 17 "lwt" {>= "3.0.0" & < "6.0.0"} 18] 19build: ["dune" "build" "-p" name "-j" jobs] 20dev-repo: "git+https://gitlab.com/nomadic-labs/resto" 21url { 22 src: 23 "https://gitlab.com/nomadic-labs/resto/-/archive/v1.2/resto-v1.2.tar.gz" 24 checksum: [ 25 "md5=e8f71db769f34d755669dbf6595ead0f" 26 "sha512=454e7f3a43c5d0ef38701103b74dad5b6dc2db1add1e2665ea679e6a1df72d37f3a092eedda0bb86949e408bff52772eb0a18901fa70860b17c5bec7f96e0170" 27 ] 28}