Blob Blame History Raw
--- a/dune-project	2023-06-22 05:45:17.000000000 -0600
+++ b/dune-project	2023-06-25 21:21:32.824542280 -0600
@@ -80,6 +80,5 @@
   (alcotest :with-test)
   (re
    (>= 1.5.0))
-   seq
   (uutf
    (>= 1.0.0))))
--- a/lib/dune	2023-06-22 05:45:17.000000000 -0600
+++ b/lib/dune	2023-06-25 21:21:32.824542280 -0600
@@ -5,7 +5,7 @@
  (modules_without_implementation
   Xml_sigs Html_sigs Svg_sigs Html_types Svg_types)
  (synopsis "Statically correct HTML and SVG documents (Functor version)")
- (libraries uutf re seq)
+ (libraries uutf re)
  (flags (:standard
          -safe-string))
 )
--- a/tyxml.opam	2023-06-22 05:45:17.000000000 -0600
+++ b/tyxml.opam	2023-06-25 21:21:32.825542265 -0600
@@ -14,7 +14,6 @@ depends: [
   "ocaml" {>= "4.03"}
   "alcotest" {with-test}
   "re" {>= "1.5.0"}
-  "seq"
   "uutf" {>= "1.0.0"}
   "odoc" {with-doc}
 ]