opam-version: "2.0" maintainer: "contact@nomadic-labs.com" authors: [ "Nomadic Labs" "Ocamlpro" ] license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" homepage: "https://gitlab.com/nomadic-labs/resto" bug-reports: "https://gitlab.com/nomadic-labs/resto/issues" dev-repo: "git+https://gitlab.com/nomadic-labs/resto" synopsis: "A minimal OCaml library for type-safe HTTP/JSON RPCs - server library" build: [ [ "dune" "build" "-p" name "-j" jobs ] ] depends: [ "ocaml" { >= "4.08" } "dune" { >= "1.11" } "resto-directory" {= version } "resto-cohttp" {= version } "resto-acl" {= version } "cohttp-lwt-unix" {>= "2.0.0" & != "5.1.0" & < "6.0.0~"} "conduit-lwt-unix" { >= "2.0.0" & < "3.0.0" } "lwt" { >= "3.0.0" & < "5.6.0" } ] url { src: "https://gitlab.com/nomadic-labs/resto/-/archive/v0.6/resto-v0.6.tar.gz" checksum: [ "md5=2420b4f53c0ebe56baa2731c036d720a" "sha512=7654d928d0a666b96e88ae1a3b4338a11bcc9694e4d521f3a8b7b086da33092caaa0b1936b5661067ecd7b8045c7c3c4b735a9bf2398987d44dcd3c294caae48" ] }