blob: dab1e1998729c34c08cc15a48fcfc59f5c672e30 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
--- lib/dune.orig 2023-08-19 10:51:09 UTC
+++ lib/dune
@@ -1,5 +1,4 @@
(library
(name re)
(synopsis "Pure OCaml regular expression library")
- (libraries seq)
(public_name re))
|