opam-version: "2.0"
maintainer: "Zach Shipko <zachshipko@gmail.com>"
authors: "Zach Shipko"
homepage: "https://github.com/zshipko/yurt"
bug-reports: "https://github.com/zshipko/yurt/issues"
license: "ISC"
doc: "https://github.com/zshipko/yurt"
dev-repo: "git+https://github.com/zshipko/yurt.git"
build: ["ocaml" "./pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]
depends: [
  "ocaml" {>= "4.03.0" & < "4.06.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "topkg" {build}
  "lwt" {>= "2.7.0"}
  "conduit" {>= "0.15.0"}
  "cohttp" {>= "0.22.0" & < "0.99"}
  "ezjsonm" {>= "0.5.0"}
]
synopsis: "An HTTP microframework for OCaml"
description: """
Yurt provides a simple API for creating HTTP servers based on Cohttp and Lwt.
See https://github.com/zshipko/yurt for more information."""
url {
  src: "https://github.com/zshipko/yurt/archive/v0.1.tar.gz"
  checksum: "md5=b4c14b2aedd4ff34b4dca31884628666"
}
