ocamlPackages.paf-cohttp 0.5.0 -> 0.6.0 https://repology.org/project/ocaml:paf-cohttp/versions attrpath: ocamlPackages.paf-cohttp Checking auto update branch... No auto update branch exists Old version 0.5.0" not present in master derivation file with contents: { buildDunePackage , paf , cohttp-lwt , domain-name , httpaf , ipaddr , alcotest-lwt , fmt , logs , mirage-crypto-rng , mirage-time-unix , tcpip , uri , lwt , astring }: buildDunePackage { pname = "paf-cohttp"; inherit (paf) version src ; duneVersion = "3"; propagatedBuildInputs = [ paf cohttp-lwt domain-name httpaf ipaddr ]; doCheck = true; checkInputs = [ alcotest-lwt fmt logs mirage-crypto-rng mirage-time-unix tcpip uri lwt astring ]; __darwinAllowLocalNetworking = true; meta = paf.meta // { description = "CoHTTP client with its HTTP/AF implementation"; }; }