Skip to content

Commit

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

### Fixed

- `ppx_expect` is now only used in tests (tarides/get-activity#29, @gpetiot)
  • Loading branch information
gpetiot authored Mar 20, 2024
1 parent 9ffd20b commit 08fde70
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 0 deletions.
42 changes: 42 additions & 0 deletions packages/get-activity-lib/get-activity-lib.1.0.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
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"}
"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"
37 changes: 37 additions & 0 deletions packages/get-activity/get-activity.1.0.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
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"}
"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"

0 comments on commit 08fde70

Please sign in to comment.