Skip to content

Commit

Permalink
fix: add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
raf-nr committed Nov 8, 2024
1 parent 50636fe commit 6da490d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions arML.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ bug-reports: "https://github.com/raf-nr/arML/issues"
depends: [
"ocaml"
"dune" {>= "3.8"}
"angstrom"
"ppx_deriving"
"bisect_ppx"
"odoc" {with-doc}
]
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
(name arML)
(allow_empty)
(synopsis "A small miniML compiler")
(depends ocaml dune bisect_ppx))
(depends ocaml dune angstrom ppx_deriving bisect_ppx))

0 comments on commit 6da490d

Please sign in to comment.