Skip to content

Commit

Permalink
Annotate deps on opam
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Nov 3, 2023
1 parent 9c167ac commit 6f8ab3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
;; General system dependencies
(ocaml (>= 5.0.0))
(reason (>= 3.10.0))
melange
integers
ctypes

;; Test dependencies
(alcotest :with-test)
Expand Down
3 changes: 2 additions & 1 deletion regexp.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ depends: [
"dune" {>= "3.8"}
"ocaml" {>= "5.0.0"}
"reason" {>= "3.10.0"}
"melange"
"integers"
"ctypes"
"alcotest" {with-test}
"fmt" {with-test}
"odoc" {with-doc}
Expand Down

0 comments on commit 6f8ab3b

Please sign in to comment.