ports/devel/ocaml-re/files/patch-lib_dune
Benjamin Jacobs a8c9290c83 devel/ocaml-seq: Mark DEPRECATED and set EXPIRATION_DATE to 2024-12-10
Seq the ocaml module is part of lang/ocaml since 4.07. This package is a
compatibility shims that is needed for people using 4.06 and earlier.

PR:		280761
Approved by:	submitter is maintainer
2024-10-10 08:14:48 +02:00

8 lines
184 B
Text

--- lib/dune.orig 2023-08-19 10:51:09 UTC
+++ lib/dune
@@ -1,5 +1,4 @@
(library
(name re)
(synopsis "Pure OCaml regular expression library")
- (libraries seq)
(public_name re))