Skip to content

Commit

Permalink
Add missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetiot committed Apr 2, 2024
1 parent 73ca905 commit 1692d34
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
25 changes: 19 additions & 6 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
(lang dune 2.8)

(name get-activity)

(generate_opam_files true)
(source (github tarides/get-activity))

(source
(github tarides/get-activity))

(authors "[email protected]")

(maintainers "Guillaume Petiot <[email protected]>")

(package
(name get-activity)
(synopsis "Collect activity as markdown")
(depends
(cmdliner (>= 1.1.1))
(cmdliner
(>= 1.1.1))
dune-build-info
(get-activity-lib (= :version))))
fmt
logs
(get-activity-lib
(= :version))))

(package
(name get-activity-lib)
Expand All @@ -21,8 +31,11 @@
(ppx_expect :with-test)
astring
curly
(fmt (>= 0.8.7))
(fmt
(>= 0.8.7))
logs
ppx_yojson_conv
(yojson (>= 1.6))
(ocaml (>= 4.08))))
(yojson
(>= 1.6))
(ocaml
(>= 4.08))))
2 changes: 2 additions & 0 deletions get-activity.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ depends: [
"dune" {>= "2.8"}
"cmdliner" {>= "1.1.1"}
"dune-build-info"
"fmt"
"logs"
"get-activity-lib" {= version}
"odoc" {with-doc}
]
Expand Down

0 comments on commit 1692d34

Please sign in to comment.