lib/dune: Added opam-graph
This commit is contained in:
parent
6658244a18
commit
afbf9357b0
1 changed files with 6 additions and 2 deletions
8
lib/dune
8
lib/dune
|
@ -1,8 +1,12 @@
|
||||||
(library
|
(library
|
||||||
(name builder_web)
|
(name builder_web)
|
||||||
(libraries
|
(libraries
|
||||||
builder builder_db dream tyxml bos duration hex caqti-lwt
|
builder builder_db
|
||||||
opamdiff ptime.clock.os omd modulectomy)
|
dream tyxml bos duration hex caqti-lwt
|
||||||
|
opamdiff ptime.clock.os omd
|
||||||
|
modulectomy
|
||||||
|
opam-graph
|
||||||
|
)
|
||||||
(flags (:standard (-w -27-26)))
|
(flags (:standard (-w -27-26)))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue