this repo has no description
1opam-version: "2.0" 2maintainer: "Zach Shipko <zachshipko@gmail.com>" 3authors: ["Zach Shipko"] 4license: "ISC" 5homepage: "https://github.com/zshipko/yurt" 6bug-reports: "https://github.com/zshipko/yurt/issues" 7dev-repo: "git+https://github.com/zshipko/yurt.git" 8doc: "https://zshipko.github.io/yurt/doc" 9 10depends: [ 11 "ocaml" {>= "4.03.0"} 12 "dune" 13 "conduit-lwt-unix" {>= "1.0.0" & < "2.3.0"} 14 "cohttp-lwt-unix" {>= "1.0.0"} 15 "lwt_log" {>= "1.0.0"} 16 "ezjsonm" {>= "0.5.0"} 17] 18build: [[ 19 "dune" "build" "-p" name "-j" jobs 20]] 21synopsis: "An HTTP framework for OCaml" 22description: 23 "Yurt provides a simple API for creating HTTP servers based on Cohttp and Lwt. See https://github.com/zshipko/yurt for more information." 24url { 25 src: "https://github.com/zshipko/yurt/releases/download/0.6/yurt-0.6.tbz" 26 checksum: [ 27 "sha256=35b5c3e2e89d2a786d117109fc93e2fa501ed87e925d846d45573e95ab266815" 28 "md5=881c8406d690a5ebb896a57ae93d04ec" 29 ] 30}