We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae24af0 commit bffb751Copy full SHA for bffb751
dune-project
@@ -10,7 +10,7 @@
10
(synopsis "Collect activity as markdown")
11
(depends
12
(cmdliner (>= 1.1.1))
13
- (get-activity (= :version))))
+ (get-activity-lib (= :version))))
14
15
(package
16
(name get-activity-lib)
get-activity.opam
@@ -8,7 +8,7 @@ bug-reports: "https://github.com/tarides/get-activity/issues"
8
depends: [
9
"dune" {>= "2.8"}
"cmdliner" {>= "1.1.1"}
- "get-activity" {= version}
+ "get-activity-lib" {= version}
"odoc" {with-doc}
]
build: [
0 commit comments