From 08fde70ec76a46750f77c520373167f8109f21fa Mon Sep 17 00:00:00 2001 From: "Guillaume \"Liam\" Petiot" Date: Wed, 20 Mar 2024 13:03:38 +0000 Subject: [PATCH] [new release] get-activity (2 packages) (1.0.1) (#11) CHANGES: ### Fixed - `ppx_expect` is now only used in tests (tarides/get-activity#29, @gpetiot) --- .../get-activity-lib.1.0.1/opam | 42 +++++++++++++++++++ packages/get-activity/get-activity.1.0.1/opam | 37 ++++++++++++++++ 2 files changed, 79 insertions(+) create mode 100644 packages/get-activity-lib/get-activity-lib.1.0.1/opam create mode 100644 packages/get-activity/get-activity.1.0.1/opam diff --git a/packages/get-activity-lib/get-activity-lib.1.0.1/opam b/packages/get-activity-lib/get-activity-lib.1.0.1/opam new file mode 100644 index 0000000..1826bcb --- /dev/null +++ b/packages/get-activity-lib/get-activity-lib.1.0.1/opam @@ -0,0 +1,42 @@ +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"} + "alcotest" {with-test} + "ppx_expect" {with-test} + "astring" + "curly" + "fmt" {>= "0.8.7"} + "ppx_yojson_conv" + "yojson" {>= "1.6"} + "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/1.0.1/get-activity-1.0.1.tbz" + checksum: [ + "sha256=f3769970954fcdbdf64a57f0e1bbc4c4fb9b78f64a847a18b074215ab72821a3" + "sha512=e0c16d125e54e8987c0f104a9be7a2d16f65346765406f72b4c1f8c9f1709ad50115ddff55562856e9c0620e11a88cbff1b32c572af47f1eaa6af5417cd594cd" + ] +} +x-commit-hash: "32f1d7263ba7772f34d4635fa35b92eac4b8950e" diff --git a/packages/get-activity/get-activity.1.0.1/opam b/packages/get-activity/get-activity.1.0.1/opam new file mode 100644 index 0000000..4995140 --- /dev/null +++ b/packages/get-activity/get-activity.1.0.1/opam @@ -0,0 +1,37 @@ +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"} + "dune-build-info" + "get-activity-lib" {= 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/1.0.1/get-activity-1.0.1.tbz" + checksum: [ + "sha256=f3769970954fcdbdf64a57f0e1bbc4c4fb9b78f64a847a18b074215ab72821a3" + "sha512=e0c16d125e54e8987c0f104a9be7a2d16f65346765406f72b4c1f8c9f1709ad50115ddff55562856e9c0620e11a88cbff1b32c572af47f1eaa6af5417cd594cd" + ] +} +x-commit-hash: "32f1d7263ba7772f34d4635fa35b92eac4b8950e"