summaryrefslogtreecommitdiff
path: root/textproc/ocaml-tyxml/distinfo
diff options
context:
space:
mode:
authorjaapb <jaapb@pkgsrc.org>2014-11-15 14:53:03 +0000
committerjaapb <jaapb@pkgsrc.org>2014-11-15 14:53:03 +0000
commitda84cce4863648dc2118b067e1192eb63d4e43a3 (patch)
tree8a356c362da853ca151baed06a1d2929d7a38709 /textproc/ocaml-tyxml/distinfo
parentdec2423bdc23d5084d40c891af2e91f040a07986 (diff)
downloadpkgsrc-da84cce4863648dc2118b067e1192eb63d4e43a3.tar.gz
Updated package to newest version, 3.3.0, and added ocaml.mk framework.
Changes, apart from bugfixes, include: * Add `Xml_print.Utf8` to encode html elements to utf8 properly. * Add signature functors to ease export of module created with the functorial interface. See the manual for more details. * Fix variance for Svg.attrib. * Fix export of Xml.list_wrap for Html5.M and Svg.M. Should fix syntax extension with those. * Remove Xhtml. * Remove plus elements. For example, table doesn't enforce non-emptyness anymore. * Add various types that were not exported (img, dl, figure, rp, rt and ruby types). * Expose `string_of_number`, the better stringifier introduced in 3.1.0. * Functorial interface breaking changes: * Modify the functorized interface to export typed events. You can now specify different handlers for keyboard and mouse events. There are two new types and functions (keyboard and mous events) in the Xml signature. * Add a wrapping type for lists of nodes. See reactiveData and new eliom wrapping. * Replace fake booleans (`\`True | \`False`) by actual booleans. Breaking change. * Camlp4 is now an optional dependency. The syntax extension is build only when the syntax flag is enabled (true by default). * Use a better stringifier for float values (copied from js_of_ocaml). * Add attributes `muted`, `crossorigin` and `mediagroup` for `<audio>` and `<video>`. * In the functorial interface, allow to wrap xml nodes inside a monad by provi ding an additionnal wrapping module. Used by reactive nodes in eliom. * Use oasis as build systems * Adding module Unsafe for inserting missing nodes or attributes * In the functorial interface, allow to wrap xml nodes inside a monad by provi ding an additionnal wrapping module. Used by reactive nodes in eliom. * Use oasis as build systems * Adding module Unsafe for inserting missing nodes or attributes
Diffstat (limited to 'textproc/ocaml-tyxml/distinfo')
-rw-r--r--textproc/ocaml-tyxml/distinfo10
1 files changed, 4 insertions, 6 deletions
diff --git a/textproc/ocaml-tyxml/distinfo b/textproc/ocaml-tyxml/distinfo
index 8d80d3cbf84..9508188c9cd 100644
--- a/textproc/ocaml-tyxml/distinfo
+++ b/textproc/ocaml-tyxml/distinfo
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.3 2013/06/11 14:52:39 jaapb Exp $
+$NetBSD: distinfo,v 1.4 2014/11/15 14:53:03 jaapb Exp $
-SHA1 (tyxml-2.2.0.tar.gz) = b60fa2f0ba7fa1a6c412c432f65ca110b143bbe8
-RMD160 (tyxml-2.2.0.tar.gz) = 8cd613dbf1bbe6f439a5c5001b812288081aa3c8
-Size (tyxml-2.2.0.tar.gz) = 105748 bytes
-SHA1 (patch-Makefile) = 4cb1aeac6a3eda3b0d010dd66472c9119e0cf481
-SHA1 (patch-lib_Makefile) = 8b8b2ca1ebaea07480e82523d3ca56a11439ebf2
+SHA1 (3.3.0.tar.gz) = 66830f036756b31788ac42737d34fb5eb43e2cfe
+RMD160 (3.3.0.tar.gz) = f6ecbbd3fbdd153b1fe625124fd25a03016e40bb
+Size (3.3.0.tar.gz) = 124692 bytes