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 12, 2023
1 parent 45aa4f0 commit 8e086a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions dowsing.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,17 @@ depends: [
"dune" {>= "3.0"}
"fmt"
"containers"
"containers-data"
"iter"
"diet"
"ocp-index"
"ocamlgraph"
"bos"
"zarith"
"atomic"
"ppx_deriving"
"alcotest" {with-test}
"benchmark" {with-test}
"odoc" {with-doc}
]
build: [
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -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 (alcotest :with-test) (benchmark :with-test)))

0 comments on commit 8e086a5

Please sign in to comment.