Skip to content

Commit

Permalink
fix: add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FardaleM committed Dec 4, 2023
1 parent 45aa4f0 commit a7d84ad
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions dowsing.opam
Original file line number Diff line number Diff line change
@@ -12,12 +12,15 @@ depends: [
"dune" {>= "3.0"}
"fmt"
"containers"
"containers-data"
"iter"
"diet"
"ocp-index"
"ocamlgraph"
"bos"
"zarith"
"atomic"
"ppx_deriving"
"odoc" {with-doc}
]
build: [
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -16,4 +16,4 @@
(package
(name dowsing)
(synopsis "Dowsing is a type of divination employed in attempts to locate functions by giving a type")
(depends ocaml dune fmt containers iter diet ocp-index ocamlgraph bos zarith))
(depends ocaml dune fmt containers containers-data iter diet ocp-index ocamlgraph bos zarith atomic ppx_deriving))

0 comments on commit a7d84ad

Please sign in to comment.