Skip to content

Commit

Permalink
[new release] get-activity (0.1) (#5)
Browse files Browse the repository at this point in the history
CHANGES:

(changes before Feb '24 not tracked)
  • Loading branch information
gpetiot authored Feb 22, 2024
1 parent 788ae17 commit ff87a97
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions packages/get-activity/get-activity.0.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
opam-version: "2.0"
synopsis: "Collect activity as markdown"
maintainer: ["Guillaume Petiot <[email protected]>"]
authors: ["[email protected]"]
homepage: "https://github.com/tarides/get-activity"
bug-reports: "https://github.com/tarides/get-activity/issues"
depends: [
"dune" {>= "2.3"}
"cmdliner" {>= "1.1.1"}
"cohttp"
"cohttp-lwt"
"cohttp-lwt-unix"
"yojson"
"ocaml" {>= "4.08"}
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/tarides/get-activity.git"
url {
src:
"https://github.com/tarides/get-activity/releases/download/0.1/get-activity-0.1.tbz"
checksum: [
"sha256=de79562f6cd2c20ec502537c47fc0f1b49d010a4878721a6679a0865ef2b54c3"
"sha512=67e22658629beb926b739476ccf094238dd71ea118e00557cc5fc3c2c05d5cc66d3a738140d9c98fd33bc68d6ebc5e42a6bfbb17bfb5dd826db41b82bf5a64a7"
]
}
x-commit-hash: "5321705fde0d739945621231516638984a196471"

0 comments on commit ff87a97

Please sign in to comment.