Skip to content

Commit

Permalink
Merge pull request #1 from formalsec/fix-depency
Browse files Browse the repository at this point in the history
Missing depends
  • Loading branch information
Th0mz committed Jun 5, 2024
2 parents 3081eb3 + 241778b commit 9aa5aa8
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 9aa5aa8

Please sign in to comment.