ocamlPackages.cohttp*: 2.5.4 -> 2.5.5
This commit is contained in:
parent
bb46a6eb7c
commit
7015e86ece
@ -1,11 +1,12 @@
|
|||||||
{ lib, fetchurl, buildDunePackage
|
{ lib, fetchurl, buildDunePackage
|
||||||
, ppx_fields_conv, ppx_sexp_conv, stdlib-shims
|
, ppx_fields_conv, ppx_sexp_conv, stdlib-shims
|
||||||
, base64, fieldslib, jsonm, re, stringext, uri-sexp
|
, base64, fieldslib, jsonm, re, stringext, uri-sexp
|
||||||
|
, ocaml, fmt, alcotest
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "cohttp";
|
pname = "cohttp";
|
||||||
version = "2.5.4";
|
version = "2.5.5";
|
||||||
|
|
||||||
useDune2 = true;
|
useDune2 = true;
|
||||||
|
|
||||||
@ -13,13 +14,16 @@ buildDunePackage rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/mirage/ocaml-cohttp/releases/download/v${version}/cohttp-v${version}.tbz";
|
url = "https://github.com/mirage/ocaml-cohttp/releases/download/v${version}/cohttp-v${version}.tbz";
|
||||||
sha256 = "1q04spmki5zis5p5m1vs77i3k7ijm134j62g61071vblwx25z17a";
|
sha256 = "0ywmql4lp6ps2gd064ixbjzsdnnn5vk3pipm005sswl553qqwaim";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ jsonm ppx_fields_conv ppx_sexp_conv ];
|
buildInputs = [ jsonm ppx_fields_conv ppx_sexp_conv ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ base64 fieldslib re stringext uri-sexp stdlib-shims ];
|
propagatedBuildInputs = [ base64 fieldslib re stringext uri-sexp stdlib-shims ];
|
||||||
|
|
||||||
|
doCheck = lib.versionAtLeast ocaml.version "4.05";
|
||||||
|
checkInputs = [ fmt alcotest ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "HTTP(S) library for Lwt, Async and Mirage";
|
description = "HTTP(S) library for Lwt, Async and Mirage";
|
||||||
license = lib.licenses.isc;
|
license = lib.licenses.isc;
|
||||||
|
Loading…
Reference in New Issue
Block a user