opam-version: "2.0"
maintainer: "anil@recoil.org"
authors: [
  "Anil Madhavapeddy" "Thomas Gazagnaire" "David Sheets" "Rudi Grinberg"
]
homepage: "https://github.com/mirage/ocaml-cow"
bug-reports: "https://github.com/mirage/ocaml-cow/issues"
license: "ISC"
tags: [
  "org:mirage" "org:xapi-project" "www" "html" "xml" "css" "json" "markdown"
]
dev-repo: "git+https://github.com/mirage/ocaml-cow.git"
build: [make "PREFIX=%{prefix}%"]
install: [make "install"]
remove: ["ocamlfind" "remove" "cow"]
depends: [
  "ocaml" {>= "4.01"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "oasis" {build}
  "uri" {>= "1.3.9"}
  "xmlm" {>= "1.1.1"}
  "omd" {>= "0.8.2"}
  "ezjsonm" {>= "0.4.0"}
]
synopsis: "XML, JSON, HTML and Markdown libraries"
description: """
Writing web-applications requires a lot of skills: HTML, CSS, XML,
JSON and Markdown, to name but a few! This library provides OCaml
combinators for these web formats.

More documentation at <https://mirage.github.io/ocaml-cow>."""
flags: light-uninstall
url {
  src: "https://github.com/mirage/ocaml-cow/archive/v2.0.1.tar.gz"
  checksum: "md5=8493b279515756d534a3f6d52f5d4003"
}
