list dependencies in dune-project, .opam
This commit is contained in:
parent
0470cb85d0
commit
25c28bf797
|
@ -5,4 +5,9 @@
|
|||
(name talircd)
|
||||
(depends
|
||||
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: [
|
||||
"ocaml"
|
||||
"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}
|
||||
]
|
||||
build: [
|
||||
|
|
Loading…
Reference in New Issue