this repo has no description

[new release] cow (2.5.0)

CHANGES:

* Add integrity and crossorigin attributes (mirage/ocaml-cow#108, @tbrk)
* Dune packaging fixes and updates (mirage/ocaml-cow#109, mirage/ocaml-cow#112, @CraiFe, @samoht)

Changed files
+46
packages
cow
cow.2.5.0
+46
packages/cow/cow.2.5.0/opam
···
···
+
opam-version: "2.0"
+
maintainer: "Anil Madhavapeddy <anil@recoil.org>"
+
authors: [
+
"Anil Madhavapeddy"
+
"Thomas Gazagnaire"
+
"David Sheets"
+
"Rudi Grinberg"
+
"Timothy Bourke"
+
]
+
license: "ISC"
+
tags: [
+
"org:mirage" "org:xapi-project" "www" "html" "xml" "css" "json" "markdown"
+
]
+
homepage: "https://github.com/mirage/ocaml-cow/"
+
doc: "https://mirage.github.io/ocaml-cow/"
+
bug-reports: "https://github.com/mirage/ocaml-cow/issues"
+
depends: [
+
"ocaml" {>= "4.03.0"}
+
"dune" {>= "3.1.0"}
+
"uri" {>= "1.3.9"}
+
"xmlm" {>= "1.1.1"}
+
"omd" {>= "0.8.2"}
+
"ezjsonm" {>= "0.4.0"}
+
"alcotest" {with-test & >= "0.8.0"}
+
]
+
build: [
+
["dune" "subst"] {pinned}
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
dev-repo: "git+https://github.com/mirage/ocaml-cow.git"
+
synopsis: "Caml on the Web"
+
description: """
+
Writing web-applications requires a lot of skills: HTML, XML, JSON and
+
Markdown, to name but a few! This library provides OCaml combinators
+
for these web formats.
+
"""
+
url {
+
src:
+
"https://github.com/mirage/ocaml-cow/releases/download/v2.5.0/cow-2.5.0.tbz"
+
checksum: [
+
"sha256=f2b34afb9a1651b8bdd605ef773ffae9842ee7e897a740a8f3093422cbfa6fd6"
+
"sha512=3d3e7970f813dfd7d0e693ef303375fc77095b2be1ebba0101b6515406f1c3445218883ea91f79d7bbc63d11664f44edc37f403fabc4dd3726ef42e74543d0a3"
+
]
+
}
+
x-commit-hash: "154d68af83945894f79d82dc99f0dce24240fa00"