Skip to content

Commit

Permalink
Added missing opam dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
talex5 committed Dec 28, 2020
1 parent bc44ace commit d32980e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
(source (github talex5/get-activity))
(authors "[email protected]")
(maintainers "[email protected]")

(package
(name get-activity)
(synopsis "collect activity as markdown")
(depends
cmdliner
cohttp
cohttp-lwt
cohttp-lwt-unix
yojson
(ocaml (>= 4.08))))
3 changes: 3 additions & 0 deletions get-activity.opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ homepage: "https://github.com/talex5/get-activity"
bug-reports: "https://github.com/talex5/get-activity/issues"
depends: [
"dune" {>= "2.3"}
"cmdliner"
"cohttp"
"cohttp-lwt"
"cohttp-lwt-unix"
"yojson"
"ocaml" {>= "4.08"}
Expand Down

0 comments on commit d32980e

Please sign in to comment.