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__content__core.server.mli,v 1.1 2018/11/29 12:04:23 jaapb Exp $ Compile with tyxml 4.3.0 --- src/lib/eliom_content_core.server.mli.orig 2018-02-08 14:30:46.000000000 +0000 +++ src/lib/eliom_content_core.server.mli @@@@ -30,6 +30,8 @@@@ module Xml : sig (Dom_html.mouseEvent Js.t -> unit) Eliom_client_value.t and type keyboard_event_handler = (Dom_html.keyboardEvent Js.t -> unit) Eliom_client_value.t + and type touch_event_handler = + (Dom_html.touchEvent Js.t -> unit) Eliom_client_value.t type caml_event_handler @ 1.1 log @Updated www/eliom to compile with tyxml 4.3.0 and use xml-light. @ text @d1 1 a1 1 $NetBSD$ @