|
@@ -6,11 +6,11 @@ maintainer: ["KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"]
|
|
|
authors: ["KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"]
|
|
|
license: "MIT"
|
|
|
homepage: "https://github.com/kayceesrk/river"
|
|
|
-doc: "https://tmattio.github.io/river/"
|
|
|
+doc: "https://kayceesrk.github.io/river/"
|
|
|
bug-reports: "https://github.com/kayceesrk/river/issues"
|
|
|
depends: [
|
|
|
"ocaml" {>= "4.08.0"}
|
|
|
- "dune"
|
|
|
+ "dune" {>= "3.0"}
|
|
|
"syndic" {>= "1.5"}
|
|
|
"cohttp" {>= "5.0.0"}
|
|
|
"cohttp-lwt" {>= "5.0.0"}
|
|
@@ -18,10 +18,11 @@ depends: [
|
|
|
"ptime"
|
|
|
"lwt"
|
|
|
"ocamlnet"
|
|
|
+ "lambdasoup"
|
|
|
"odoc" {with-doc}
|
|
|
]
|
|
|
build: [
|
|
|
- ["dune" "subst"] {pinned}
|
|
|
+ ["dune" "subst"] {dev}
|
|
|
[
|
|
|
"dune"
|
|
|
"build"
|