opam-version: "2.0"
maintainer:   "mort@cantab.net"
authors:      ["Anil Madhavapeddy" "Richard Mortier" "Thomas Gazagnaire"]
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"
doc:          "https://mirage.github.io/cowabloga/"

build: [
  ["jbuilder" "build" "-p" name "-j" jobs]
  ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
  "ocaml" {< "4.12"}
  "re" {>= "1.7.2"}
  "cow" {>= "2.3.0"}
  "omd" {>= "0.8.2"}
  "lwt" {>= "2.4.3"}
  "cstruct" {>= "1.0.1"}
  "magic-mime"
  "jbuilder"
  "cohttp" {with-test & >= "0.5.0"}
  "cohttp-lwt-unix" {with-test}
]
synopsis: "Simple static blogging support"
description: """
Helper OCaml libraries for setting up a blog and wiki, using the Zurb
Foundation CSS/HTML templates.

This is code extracted from the Mirage website, and is still being tidied
up for general use. See <http://openmirage.org> for more information."""
url {
  src:
    "https://github.com/mirage/cowabloga/releases/download/0.4.0/cowabloga-0.4.0.tbz"
  checksum: "md5=9c19109d9bdde9e699949a6dbd300c1a"
}
