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"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "topkg" {build}
  "conduit-lwt-unix" {>= "1.0.0"}
  "cohttp-lwt-unix" {>= "0.99.0" & < "1.0"}
  "ezjsonm" {>= "0.5.0"}
]
synopsis: "An HTTP framework 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.3.tar.gz"
  checksum: "md5=8f6ab0c5880c8280e330ab7f12c37266"
}
