Skip to content

Commit

Permalink
Missing depends
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeom committed May 31, 2024
1 parent cf9b413 commit 241778b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ast_gen.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ depends: [
"flow_parser" {>= "0.229.1"}
"cmdliner"
"yojson"
"ocamlgraph"
"ppx_import"
"odoc" {with-doc}
]
build: [
Expand Down
9 changes: 8 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,14 @@
(name ast_gen)
(synopsis "A short synopsis")
(description "A longer description")
(depends ocaml dune (flow_parser (>= "0.229.1")) cmdliner yojson)
(depends
ocaml
dune
(flow_parser (>= "0.229.1"))
cmdliner
yojson
ocamlgraph
ppx_import)
(tags
(topics "to describe" your project)))

Expand Down

0 comments on commit 241778b

Please sign in to comment.