From a499c718b0520c2a0c6f9468e82db82df17dc4ec Mon Sep 17 00:00:00 2001 From: "Guillaume \"Liam\" Petiot" Date: Wed, 20 Mar 2024 16:57:04 +0000 Subject: [PATCH] [new release] okra (2 packages) (0.3.0) (#12) CHANGES: ### Changed - Change granularity of time to 0.5 days (tarides/okra#177, @punchagan @ganeshn-gh) - Printed reports now use undercore instead of star characters for emphasis/strong styling(tarides/okra#180, @gpetiot) - The weeks are now set with the option `-w`/`--weeks` and inputs are checked (tarides/okra#184, @gpetiot) - Issue/PR comments are added to activity produced by `okra generate` (tarides/okra#185, @gpetiot) ### Added - Multiple weeks can now be passed to `okra team aggregate` (tarides/okra#182, @gpetiot) - Add new option `--user` to `okra generate` (tarides/okra#185, @gpetiot) ### Fixed - Filtering options now properly apply to `okra team aggregate` (tarides/okra#181, @gpetiot) --- packages/okra-lib/okra-lib.0.3.0/opam | 46 +++++++++++++++++++++++++ packages/okra/okra.0.3.0/opam | 48 +++++++++++++++++++++++++++ 2 files changed, 94 insertions(+) create mode 100644 packages/okra-lib/okra-lib.0.3.0/opam create mode 100644 packages/okra/okra.0.3.0/opam diff --git a/packages/okra-lib/okra-lib.0.3.0/opam b/packages/okra-lib/okra-lib.0.3.0/opam new file mode 100644 index 0000000..409bdab --- /dev/null +++ b/packages/okra-lib/okra-lib.0.3.0/opam @@ -0,0 +1,46 @@ +opam-version: "2.0" +synopsis: "Report parsing prototypes" +description: "A library of tools for report parsing" +maintainer: ["Guillaume Petiot "] +authors: ["Magnus Skjegstad"] +license: "ISC" +homepage: "https://github.com/tarides/okra" +bug-reports: "https://github.com/tarides/okra/issues" +depends: [ + "dune" {>= "3.2"} + "ocaml" {>= "4.10"} + "alcotest" {>= "1.7.0" & with-test} + "logs" {>= "0.7.0"} + "fmt" {>= "0.9.0"} + "xdg" + "get-activity-lib" {>= "1.0.1" & < "2.0.0"} + "gitlab" {>= "0.1.7"} + "calendar" {>= "3.0.0"} + "csv" {>= "2.4"} + "omd" {>= "2.0.0~alpha3"} + "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/okra.git" +url { + src: + "https://github.com/tarides/okra/releases/download/0.3.0/okra-0.3.0.tbz" + checksum: [ + "sha256=4c751171ff839f18a67a42a8e83b5b8705c4edc3b0b1f0b2e063e95cf8fe4ea8" + "sha512=27ccb119388b409d03bbd99fa243346f8b0502a013e97c89dc5de85bc780111335ac3b9380f6850a23412e63e1f760e9adb05b34ea2a28111f95e32c1075728f" + ] +} +x-commit-hash: "0c52ef67361efc6efba6d080a89a6a8fa9872e92" diff --git a/packages/okra/okra.0.3.0/opam b/packages/okra/okra.0.3.0/opam new file mode 100644 index 0000000..eb1ff52 --- /dev/null +++ b/packages/okra/okra.0.3.0/opam @@ -0,0 +1,48 @@ +opam-version: "2.0" +synopsis: "Report parsing executable" +description: "An executable to be used for report parsing" +maintainer: ["Guillaume Petiot "] +authors: ["Magnus Skjegstad"] +license: "ISC" +homepage: "https://github.com/tarides/okra" +bug-reports: "https://github.com/tarides/okra/issues" +depends: [ + "dune" {>= "3.2"} + "alcotest" {>= "1.7.0" & with-test} + "mdx" {>= "2.2.1" & with-test} + "logs" {>= "0.7.0"} + "xdg" + "fmt" {>= "0.9.0"} + "okra-lib" {= version} + "cmdliner" {>= "1.1.1"} + "ppx_deriving_yaml" {>= "0.2.0"} + "bos" + "dune-build-info" + "yaml" {>= "3.0"} + "cohttp-lwt-unix" {>= "5.0.0"} + "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/okra.git" +url { + src: + "https://github.com/tarides/okra/releases/download/0.3.0/okra-0.3.0.tbz" + checksum: [ + "sha256=4c751171ff839f18a67a42a8e83b5b8705c4edc3b0b1f0b2e063e95cf8fe4ea8" + "sha512=27ccb119388b409d03bbd99fa243346f8b0502a013e97c89dc5de85bc780111335ac3b9380f6850a23412e63e1f760e9adb05b34ea2a28111f95e32c1075728f" + ] +} +x-commit-hash: "0c52ef67361efc6efba6d080a89a6a8fa9872e92"