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 ff886a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
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))
2 changes: 1 addition & 1 deletion lib/parser/dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(library
(name parser)
(public_name arML.parser)
(libraries base angstrom ast)
(libraries angstrom ast)
(modules common expression parser pattern declaration)
(preprocess
(pps ppx_deriving.show)))

0 comments on commit ff886a8

Please sign in to comment.