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__shared__content.eliom,v 1.1 2018/11/29 12:04:23 jaapb Exp $ Compile with tyxml 4.3.0 --- src/lib/eliom_shared_content.eliom.orig 2018-02-08 14:30:46.000000000 +0000 +++ src/lib/eliom_shared_content.eliom @@@@ -68,6 +68,9 @@@@ module Xml = struct type keyboard_event_handler = (Dom_html.keyboardEvent Js.t -> unit) Eliom_client_value.t + type touch_event_handler = + (Dom_html.touchEvent Js.t -> unit) Eliom_client_value.t + (* attributes *) type attrib = Eliom_content_core.Xml.attrib @@@@ -127,6 +130,9 @@@@ module Xml = struct let keyboard_event_handler_attrib = Eliom_content_core.Xml.keyboard_event_handler_attrib + let touch_event_handler_attrib = + Eliom_content_core.Xml.touch_event_handler_attrib + let mouse_event_handler_attrib = Eliom_content_core.Xml.mouse_event_handler_attrib @ 1.1 log @Updated www/eliom to compile with tyxml 4.3.0 and use xml-light. @ text @d1 1 a1 1 $NetBSD$ @