1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 04:35:13 +03:00
aports/testing/ocaml-mew/use-built-in-result-lib.patch
rubicon 710c7456bf testing/ocaml-*: fix depends
testing/utop should now be installable without errors
2022-05-20 15:50:43 +00:00

9 lines
175 B
Diff

--- a/src/dune
+++ b/src/dune
@@ -1,5 +1,5 @@
(library
(name mew)
(public_name mew)
- (libraries result trie)
+ (libraries trie)
(flags (:standard -safe-string)))