head 1.2; access; symbols pkgsrc-2018Q4:1.1.0.2 pkgsrc-2018Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2019.01.29.13.33.00; author jaapb; state dead; branches; next 1.1; commitid F7uDU4bOi3npjG9B; 1.1 date 2018.11.29.12.04.23; author jaapb; state Exp; branches; next ; commitid pWfowotazWKgNP1B; desc @@ 1.2 log @Updated www/eliom to version 6.6.0. Changes include: - support for tyxml 4.3.x and js_of_ocaml 3.3.x (rendering obsolete a lot of patches); - compatibility with lwt 4.x (same); and several other bugfixes and minor improvements. @ text @$NetBSD: patch-src_lib_eliom__runtime.shared.mli,v 1.1 2018/11/29 12:04:23 jaapb Exp $ Compile with tyxml 4.3.0 --- src/lib/eliom_runtime.shared.mli.orig 2018-02-08 14:30:46.000000000 +0000 +++ src/lib/eliom_runtime.shared.mli @@@@ -63,6 +63,8 @@@@ module RawXML : sig (Dom_html.mouseEvent Js.t -> unit) (* Client side-only *) | CE_client_closure_keyboard of (Dom_html.keyboardEvent Js.t -> unit) (* Client side-only *) + | CE_client_closure_touch of + (Dom_html.touchEvent Js.t -> unit) (* Client side-only *) | CE_call_service of ( [ `A | `Form_get | `Form_post] * (cookie_info option) * @ 1.1 log @Updated www/eliom to compile with tyxml 4.3.0 and use xml-light. @ text @d1 1 a1 1 $NetBSD$ @