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/v0.10/resto-v0.10.tar.gz" 24 checksum: [ 25 "md5=c2da6431298aa1cdda43fb703f8c72a4" 26 "sha512=5ad6b0c65f8d19e2605e7b743d65a968ddb2b4f0d667b76c7efb73872bae9ba8638f6a78208b90a19c323869ef5815538e145b9e98297f79ea861ca19897ac97" 27 ] 28}