We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d60b941 commit 5bbd557Copy full SHA for 5bbd557
dune-project
@@ -57,8 +57,7 @@
57
lwt
58
(hilite
59
(>= 0.4.0))
60
- (river
61
- (>= 0.3))
+ river
62
syndic
63
ounit
64
(alcotest :with-test)
@@ -78,12 +77,6 @@
78
77
xmlm
79
uri))
80
81
-(pin
82
- (url
83
- "git+https://github.com/aantron/river#476dc945a908a69548bddd267f143a3e5d9c8a1a")
84
- (package
85
- (name river)))
86
-
87
(dialect
88
(name eml)
89
(implementation
ocamlorg.opam
@@ -38,7 +38,7 @@ depends: [
38
"yojson"
39
"lwt"
40
"hilite" {>= "0.4.0"}
41
- "river" {>= "0.3"}
+ "river"
42
"syndic"
43
"ounit"
44
"alcotest" {with-test}
0 commit comments