head 1.2; access; symbols pkgsrc-2018Q4:1.1.0.6 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.4 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.2 pkgsrc-2018Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2019.01.29.12.47.02; author jaapb; state dead; branches; next 1.1; commitid yLS3Li7avNCW3G9B; 1.1 date 2018.04.13.13.15.00; author jaapb; state Exp; branches; next ; commitid r8zOH3tvIdBEzhyA; desc @@ 1.2 log @Updated www/ocsigen to 2.11.0. Changes include: - compatibility with ocaml 4.07 - compatibility with Lwt 4.x (a lot of this was already in patches, which I've now been able to remove) - replace tyxml-parser with xml-light and some other minor bugfixes and improvements. @ text @$NetBSD: patch-src_http_ocsigen__http__com.mli,v 1.1 2018/04/13 13:15:00 jaapb Exp $ Lwt_chan no longer exists in Lwt 4, replaced by Lwt_io --- src/http/ocsigen_http_com.mli.orig 2018-02-01 12:55:17.000000000 +0000 +++ src/http/ocsigen_http_com.mli @@@@ -69,7 +69,7 @@@@ val wait_all_senders : connection -> uni interrupted stream exception. *) val write_stream : - ?chunked:bool -> Lwt_chan.out_channel -> string Ocsigen_stream.t -> unit Lwt.t + ?chunked:bool -> Lwt_io.output_channel -> string Ocsigen_stream.t -> unit Lwt.t (****) @ 1.1 log @Updated www/ocsigen to version 2.9. This release adds support for OCaml 4.06 and Lwt 3 (and 4), removes support for Camlp4 and includes various other small improvements and bugfixes. @ text @d1 1 a1 1 $NetBSD$ @