head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2018.04.13.12.52.00; author jaapb; state dead; branches; next 1.1; commitid UyDySu0PZoBgrhyA; 1.1 date 2018.04.05.11.04.40; author jaapb; state Exp; branches; next ; commitid 50tE5XrPWPmw6fxA; desc @@ 1.2 log @Updated devel/ocaml-lwt to version 4.0.1. 4.0.0 is a major release that breaks quite a few interfaces, such as: * Delete package lwt.ppx. The PPX syntax is in package lwt_ppx since Lwt 3.2.0. * Remove >> syntax from the PPX. * Delete modules Lwt_log, Lwt_daemon, Lwt_log_core, and package lwt.log. These are in package lwt_log since Lwt 3.2.0, but it is recommended to use Logs_lwt from the logs library instead (initiated Hannes Mehnert). * Delete package lwt.preemptive. It is an alias for lwt.unix since Lwt 3.2.0. * Delete package lwt.syntax. The Camlp4 syntax is in package lwt_camlp4 since Lwt 3.2.0. * Delete module Lwt_chan, a predecessor of Lwt_io. * Delete package lwt.simple-top, a predecessor of utop. * Make resolvers (Lwt.u) contravariant. (for an upgrade path see the upstream Github site) 4.0.1 is a bugfix release. @ text @$NetBSD: patch-src_camlp4_options_jbuild,v 1.1 2018/04/05 11:04:40 jaapb Exp $ Remove double library (already in CVS upstream) --- src/camlp4/options/jbuild.orig 2018-03-07 19:44:32.000000000 +0000 +++ src/camlp4/options/jbuild @@@@ -1,14 +1,6 @@@@ (jbuild_version 1) (library - ((name lwt_syntax_options) - (public_name lwt.syntax.options) - (synopsis "Options for Lwt Camlp4 syntax extension (deprecated; use lwt.ppx)") - (optional) - (wrapped false) - (libraries (camlp4)))) - -(library ((name lwt_camlp4_options) (public_name lwt_camlp4.options) (synopsis "Options for Lwt Camlp4 syntax extension (deprecated; use lwt_ppx)") @ 1.1 log @Updated devel/ocaml-lwt to version 3.3.0. This includes minor bugfixes and improvements, but nothing that breaks backwards compatibility. @ text @d1 1 a1 1 $NetBSD$ @