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
10 lines
254 B
Plaintext
10 lines
254 B
Plaintext
--- lib/dune.orig 2024-06-27 14:38:13 UTC
|
|
+++ lib/dune
|
|
@@ -115,6 +115,5 @@
|
|
(public_name yojson)
|
|
(modules yojson t basic safe raw common codec lexer_utils)
|
|
(synopsis "JSON parsing and printing")
|
|
- (libraries seq)
|
|
(flags
|
|
(:standard -w -27-32)))
|