this repo has no description
1opam-version: "2.0"
2maintainer: "anil@recoil.org"
3authors: [
4 "Anil Madhavapeddy" "Thomas Gazagnaire" "David Sheets" "Rudi Grinberg"
5]
6homepage: "https://github.com/mirage/ocaml-cow"
7bug-reports: "https://github.com/mirage/ocaml-cow/issues"
8license: "ISC"
9tags: [
10 "org:mirage" "org:xapi-project" "www" "html" "xml" "css" "json" "markdown"
11]
12dev-repo: "git+https://github.com/mirage/ocaml-cow.git"
13build: [make "PREFIX=%{prefix}%"]
14install: [make "install"]
15remove: ["ocamlfind" "remove" "cow"]
16depends: [
17 "ocaml" {>= "4.01"}
18 "ocamlfind" {build}
19 "ocamlbuild" {build}
20 "oasis" {build}
21 "uri" {>= "1.3.9"}
22 "xmlm" {>= "1.1.1"}
23 "omd" {>= "0.8.2"}
24 "ezjsonm" {>= "0.4.0"}
25]
26synopsis: "XML, JSON, HTML and Markdown libraries"
27description: """
28Writing web-applications requires a lot of skills: HTML, CSS, XML,
29JSON and Markdown, to name but a few! This library provides OCaml
30combinators for these web formats.
31
32More documentation at <https://mirage.github.io/ocaml-cow>."""
33flags: light-uninstall
34url {
35 src: "https://github.com/mirage/ocaml-cow/archive/v2.0.1.tar.gz"
36 checksum: [
37 "sha256=11b3f88372f213a13acebec4e1916b5ee11f5cb866f36c474fda995ebcf9ca41"
38 "md5=8493b279515756d534a3f6d52f5d4003"
39 ]
40}