dune: Added gg

This commit is contained in:
rand00 2022-01-12 15:20:16 +01:00
parent 5592e146fd
commit fd0d6c3ee8

View file

@ -1,6 +1,6 @@
(library (library
(name opam_graph) (name opam_graph)
(public_name opam-graph) (public_name opam-graph)
(libraries opam-core opam-format dot rresult tyxml) (libraries opam-core opam-format dot rresult tyxml gg)
(flags (:standard (-w -27-26))) (flags (:standard (-w -27-26)))
) )