Skip to content

Commit

Permalink
[new release] get-activity (2 packages) (0.2.0) (tarides#6)
Browse files Browse the repository at this point in the history
CHANGES:

### Added

Expose the library `get-activity-lib` as an opam package (tarides/get-activity#4, @gpetiot)
- Expose `Get_ctivity.Period`
- Expose `Get_ativity.Contributions.Datetime`
- Expose `Get_activity.Contributions.Repo_map`
- Expose `Get_activity.Contributions.item`
- Add a `username` field to `Get_activity.Contributions.t`
- Label the parameters of `Get_activity.Graphql.exec`
  • Loading branch information
gpetiot authored Feb 26, 2024
1 parent 8fa3e90 commit f2e8cba
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 0 deletions.
39 changes: 39 additions & 0 deletions packages/get-activity-lib/get-activity-lib.0.2.0/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.8"}
"cohttp"
"cohttp-lwt"
"cohttp-lwt-unix"
"yojson"
"ocaml" {>= "4.08"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"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.2.0/get-activity-0.2.0.tbz"
checksum: [
"sha256=07b7dd22029a0e112c339c1fe1746f4d232dd3db429c3bea4aabfef6b244d234"
"sha512=b8112ff19ea6e2da02d46a1809d76bda967284552c38a471a53dedd28a41ecd149e812db9b01c8102386c6fba0881aee70a1978cdf2716bc8e5d2502cbc2bd02"
]
}
x-commit-hash: "ae24af0cf41857fe507ab132104b9df1785ef4af"
36 changes: 36 additions & 0 deletions packages/get-activity/get-activity.0.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
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.8"}
"cmdliner" {>= "1.1.1"}
"get-activity" {= version}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"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.2.0/get-activity-0.2.0.tbz"
checksum: [
"sha256=07b7dd22029a0e112c339c1fe1746f4d232dd3db429c3bea4aabfef6b244d234"
"sha512=b8112ff19ea6e2da02d46a1809d76bda967284552c38a471a53dedd28a41ecd149e812db9b01c8102386c6fba0881aee70a1978cdf2716bc8e5d2502cbc2bd02"
]
}
x-commit-hash: "ae24af0cf41857fe507ab132104b9df1785ef4af"

0 comments on commit f2e8cba

Please sign in to comment.