list dependencies in dune-project, .opam
This commit is contained in:
parent
0470cb85d0
commit
25c28bf797
|
@ -5,4 +5,9 @@
|
||||||
(name talircd)
|
(name talircd)
|
||||||
(depends
|
(depends
|
||||||
ocaml
|
ocaml
|
||||||
dune))
|
dune
|
||||||
|
(lwt (= 5.7.0))
|
||||||
|
(ppx_expect (= v0.16.0))
|
||||||
|
(ppx_deriving (= 5.2.1))
|
||||||
|
(fmt (= 0.9.0))
|
||||||
|
(ptime (= 1.1.0))))
|
||||||
|
|
|
@ -3,6 +3,11 @@ opam-version: "2.0"
|
||||||
depends: [
|
depends: [
|
||||||
"ocaml"
|
"ocaml"
|
||||||
"dune" {>= "3.8"}
|
"dune" {>= "3.8"}
|
||||||
|
"lwt" {= "5.7.0"}
|
||||||
|
"ppx_expect" {= "v0.16.0"}
|
||||||
|
"ppx_deriving" {= "5.2.1"}
|
||||||
|
"fmt" {= "0.9.0"}
|
||||||
|
"ptime" {= "1.1.0"}
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
|
|
Loading…
Reference in New Issue