ports/textproc/ocaml-yojson/files/patch-dune-project
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

13 lines
339 B
Plaintext

--- dune-project.orig 2024-06-27 14:38:13 UTC
+++ dune-project
@@ -18,8 +18,7 @@ yojson package.")
(documentation "https://ocaml.org/p/yojson/latest")
(depends
(ocaml (>= 4.02.3))
- (alcotest (and :with-test (>= 0.8.5)))
- (seq (>= 0.2.2))))
+ (alcotest (and :with-test (>= 0.8.5)))))
(package
(name yojson-five)