Skip to content

Commit fec0e1a

Browse files
fix
1 parent 06b0dc0 commit fec0e1a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

packages/ppxlib/ppxlib.0.33.0+ox/files/dune.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
+ (ocaml-compiler-libs (>= v0.11.0))
176176
+ (ppx_derivers (>= 1.0))
177177
+ (sexplib0 (>= v0.12))
178-
+ stdlib-shims
178+
+ stdlib-shims)
179179
+ (synopsis "Standard infrastructure for ppx rewriters")
180180
+ (description "Ppxlib is the standard infrastructure for ppx rewriters
181181
+and other programs that manipulate the in-memory representation of
@@ -187,7 +187,7 @@
187187
+OCaml syntax directly and `ppxlib.traverse` which provides various
188188
+ways of automatically traversing values of a given type, in particular
189189
+allowing to inject a complex structured value into generated code.
190-
+")))
190+
+"))
191191
+
192192
+
193193
+(package

packages/ppxlib/ppxlib.0.33.0+ox/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ patches: [
124124
extra-files: [
125125
[
126126
"dune.patch"
127-
"sha256=142e7844f8e76c0d1818b89beceddeb07e89caeb27377c80433285f8c30a5ec6"
127+
"sha256=e3659959f360d40f12103c6a3cc0e045bfb7edf11a91b1ac98e0ab918d7d8364"
128128
]
129129
[
130130
"location_check.ml.patch"

packages/ppxlib_ast/ppxlib_ast.0.33.0+ox/files/dune.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
+ (ocaml-compiler-libs (>= v0.11.0))
176176
+ (ppx_derivers (>= 1.0))
177177
+ (sexplib0 (>= v0.12))
178-
+ stdlib-shims
178+
+ stdlib-shims)
179179
+ (synopsis "Standard infrastructure for ppx rewriters")
180180
+ (description "Ppxlib is the standard infrastructure for ppx rewriters
181181
+and other programs that manipulate the in-memory representation of
@@ -187,7 +187,7 @@
187187
+OCaml syntax directly and `ppxlib.traverse` which provides various
188188
+ways of automatically traversing values of a given type, in particular
189189
+allowing to inject a complex structured value into generated code.
190-
+")))
190+
+"))
191191
+
192192
+
193193
+(package

packages/ppxlib_ast/ppxlib_ast.0.33.0+ox/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ patches: [
122122
extra-files: [
123123
[
124124
"dune.patch"
125-
"sha256=142e7844f8e76c0d1818b89beceddeb07e89caeb27377c80433285f8c30a5ec6"
125+
"sha256=e3659959f360d40f12103c6a3cc0e045bfb7edf11a91b1ac98e0ab918d7d8364"
126126
]
127127
[
128128
"location_check.ml.patch"

0 commit comments

Comments
 (0)