opam-version: "2.0"
maintainer:   "mort@cantab.net"
authors:      ["Anil Madhavapeddy" "Richard Mortier"]
license:      "ISC"
tags:         "org:mirage"
dev-repo: "git+https://github.com/mirage/cowabloga.git"
homepage:     "https://github.com/mirage/cowabloga"
bug-reports:  "https://github.com/mirage/cowabloga/issues"

build: [make "all"]
install: [make "install"]
remove: ["ocamlfind" "remove" "cowabloga"]
depends: [
  "ocaml"
  "cow" {>= "0.9.1" & < "2.0.0"}
  "omd" {>= "0.8.2"}
  "lwt" {>= "2.4.7" & < "2.7.0"}
  "cohttp" {>= "0.15.0"}
  "cstruct" {>= "1.0.1"}
  "magic-mime"
  "ocamlfind" {build}
  "ocamlbuild" {build}
]
synopsis: "Simple static blogging support."
description: "ALPHA. It will likely be in flux for a little while."
flags: light-uninstall
url {
  src: "https://github.com/mirage/cowabloga/archive/v0.1.0.tar.gz"
  checksum: "md5=ef7ad62166edd9b091b7354bd488b620"
}
