opam-version: "2.0"
maintainer: "obiwanko@me.com"
authors: "Kazuo Koga"
homepage: "https://github.com/kkazuo/horned_worm"
bug-reports: "https://github.com/kkazuo/horned_worm/issues"
license: "MIT"
dev-repo: "git+https://github.com/kkazuo/horned_worm.git"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
  "ocaml" {>= "4.03.0" & < "4.06.0"}
  "cohttp-async" {>= "0.99.0" & < "1.0"}
  "core" {<"v0.13.0"}
  "logs" {>= "0.6.2"}
  "re" {>= "1.7.1"}
  "yojson" {>= "1.4.0"}
  "ppx_driver"
  "ppx_jane" {< "v0.15"}
  "jbuilder" {>= "1.0+beta13"}
]
synopsis: "A functional Web app server."
description:
  "Greatly inspired by Suave.IO and GIRAFFE of F#, this is OCaml implementation."
url {
  src: "https://github.com/kkazuo/horned_worm/archive/v0.3.1.tar.gz"
  checksum: "md5=c96e2fe81393489397704dfaffd0d407"
}
