From 3ab8c41f3a54f149bc1525fd45ea3d3d952ce89c Mon Sep 17 00:00:00 2001 From: "Guillaume \"Liam\" Petiot" Date: Mon, 26 Feb 2024 14:11:56 +0000 Subject: [PATCH] [new release] get-activity (2 packages) (0.2.0) (#6) 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` --- .../get-activity-lib.0.2.0/opam | 39 +++++++++++++++++++ packages/get-activity/get-activity.0.2.0/opam | 36 +++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 packages/get-activity-lib/get-activity-lib.0.2.0/opam create mode 100644 packages/get-activity/get-activity.0.2.0/opam diff --git a/packages/get-activity-lib/get-activity-lib.0.2.0/opam b/packages/get-activity-lib/get-activity-lib.0.2.0/opam new file mode 100644 index 0000000..70f98ce --- /dev/null +++ b/packages/get-activity-lib/get-activity-lib.0.2.0/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +synopsis: "Collect activity as markdown" +maintainer: ["Guillaume Petiot "] +authors: ["talex5@gmail.com"] +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" diff --git a/packages/get-activity/get-activity.0.2.0/opam b/packages/get-activity/get-activity.0.2.0/opam new file mode 100644 index 0000000..10b9ad1 --- /dev/null +++ b/packages/get-activity/get-activity.0.2.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +synopsis: "Collect activity as markdown" +maintainer: ["Guillaume Petiot "] +authors: ["talex5@gmail.com"] +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"