opam-version: "2.0"
maintainer: "Anil Madhavapeddy <anil@recoil.org>"
authors: [
  "Anil Madhavapeddy"
  "Thomas Gazagnaire"
  "David Sheets"
  "Rudi Grinberg"
  "Timothy Bourke"
]
homepage: "https://github.com/mirage/ocaml-cow"
bug-reports: "https://github.com/mirage/ocaml-cow/issues"
license: "ISC"
doc: "http://mirage.github.io/ocaml-cow"
tags: [
  "org:mirage" "org:xapi-project" "www" "html" "xml" "css" "json" "markdown"
]
dev-repo: "git+https://github.com/mirage/ocaml-cow.git"
build: ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]
depends: [
  "ocaml" {>= "4.02.3"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "topkg" {build}
  "uri" {>= "1.3.9"}
  "xmlm" {>= "1.1.1"}
  "omd" {>= "0.8.2"}
  "ezjsonm" {>= "0.4.0"}
  "alcotest" {with-test}
]
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>."""
url {
  src:
    "https://github.com/mirage/ocaml-cow/releases/download/v2.2.0/cow-2.2.0.tbz"
  checksum: "md5=a880cc867cea10fe68c36e6501407365"
}
