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.1/resto-v1.1.tar.gz" 24 checksum: [ 25 "md5=d8a6024e07861320e619532068392ebb" 26 "sha512=921e86bca062e70d27acd2d7e7b2a4c383f31ecae09f711f77878d81beeb8f7082bc4476cc62ece21e3884b3d28547e1e9360b4949038491275c35e28a93f7e5" 27 ] 28}