mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
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
8 lines
184 B
Text
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))
|