File: 0001-Do-not-depend-on-either.patch

package info (click to toggle)
ocamlformat 0.27.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,068 kB
  • sloc: ml: 61,288; pascal: 4,739; lisp: 229; sh: 217; makefile: 121
file content (18 lines) | stat: -rw-r--r-- 588 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Stephane Glondu <steph@glondu.net>
Date: Mon, 8 Jul 2024 05:59:16 +0200
Subject: Do not depend on either

---
 vendor/ocamlformat_support/dune | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vendor/ocamlformat_support/dune b/vendor/ocamlformat_support/dune
index 078dc7e..f1db3c2 100644
--- a/vendor/ocamlformat_support/dune
+++ b/vendor/ocamlformat_support/dune
@@ -3,4 +3,4 @@
  (public_name ocamlformat-lib.format_)
  (flags
   (:standard -open Ocamlformat_parser_shims))
- (libraries either ocamlformat_parser_shims))
+ (libraries ocamlformat_parser_shims))