this repo has no description
1opam-version: "2.0" 2maintainer: "Anil Madhavapeddy <anil@recoil.org>" 3authors: ["Anil Madhavapeddy" "Thomas Gazagnaire" "David Sheets" 4 "Rudi Grinberg" "Timothy Bourke"] 5homepage: "https://github.com/mirage/ocaml-cow" 6doc: "http://mirage.github.io/ocaml-cow/" 7license: "ISC" 8dev-repo: "git+https://github.com/mirage/ocaml-cow.git" 9bug-reports: "https://github.com/mirage/ocaml-cow/issues" 10tags: ["org:mirage" "org:xapi-project" "www" "html" "xml" 11 "css" "json" "markdown" ] 12 13depends: [ 14 "ocaml" {>= "4.03.0"} 15 "jbuilder" {>= "1.0+beta7"} 16 "uri" {>= "1.3.9"} 17 "xmlm" {>= "1.1.1"} 18 "omd" {>= "0.8.2"} 19 "ezjsonm" {>= "0.4.0"} 20 "alcotest" {with-test} 21] 22build: [ 23 ["jbuilder" "subst" "-p" name] {dev} 24 ["jbuilder" "build" "-p" name "-j" jobs] 25 ["jbuilder" "runtest" "-p" name] {with-test} 26] 27synopsis: "Caml-On-the-Web: XML, JSON, HTML and Markdown libraries" 28description: """ 29Writing web-applications requires a lot of skills: HTML, XML, JSON and 30Markdown, to name but a few! This library provides OCaml combinators 31for these web formats by: 32 33See more explanation at: http://mirage.github.io/ocaml-cow 34 35This library is in beta, and full documentation is still being written. 36Some repositories which use it include: 37 38* Mirage website: http://github.com/mirage/mirage-www 39* Opam2web: http://github.com/OCamlpro/opam2web""" 40url { 41 src: 42 "https://github.com/mirage/ocaml-cow/releases/download/2.3.0/cow-2.3.0.tbz" 43 checksum: [ 44 "sha256=f6677dbb7e093debf7b9e2de7191a2fd0c181c34f4caacd1313a0f0e815cbf2b" 45 "md5=81fbf16a1f77c1cd53f8575fa9c7f12d" 46 ] 47}