d8ad45c07d
This adds several updates and bugfixes, some of them breaking. For more details see the CHANGES file in the distribution.
12 lines
378 B
Text
12 lines
378 B
Text
$NetBSD: patch-src_react_dune,v 1.1 2020/04/21 11:29:59 jaapb Exp $
|
|
|
|
bisect_ppx library not needed for release
|
|
|
|
--- src/react/dune.orig 2020-03-09 04:17:06.000000000 +0000
|
|
+++ src/react/dune
|
|
@@ -10,5 +10,4 @@
|
|
(synopsis "Reactive programming helpers for Lwt")
|
|
(wrapped false)
|
|
(libraries lwt react)
|
|
- (preprocess (pps bisect_ppx --conditional))
|
|
(flags (:standard -w +A)))
|