this repo has no description

Merge pull request #20392 from leviroth/release-reddit_api_async-0.2.1

[new release] reddit_api_kernel and reddit_api_async (0.2.1)

Kate d9b1fa02 0c8a79fc

Changed files
+80
packages
reddit_api_async
reddit_api_async.0.2.1
reddit_api_kernel
reddit_api_kernel.0.2.1
+43
packages/reddit_api_async/reddit_api_async.0.2.1/opam
···
+
opam-version: "2.0"
+
synopsis: "Async connection and utility functions for Reddit's API"
+
maintainer: ["levimroth@gmail.com"]
+
authors: ["Levi Roth"]
+
license: "MIT"
+
homepage: "https://github.com/leviroth/ocaml-reddit-api"
+
bug-reports: "https://github.com/leviroth/ocaml-reddit-api/issues"
+
depends: [
+
"dune" {>= "2.8"}
+
"odoc" {with-doc}
+
"expect_test_helpers_async" {>= "v0.14.0" & with-test}
+
"async" {>= "v0.14.0"}
+
"async_ssl" {>= "v0.14.0"}
+
"cohttp-async" {>= "5.0.0"}
+
"core" {>= "v0.14.0"}
+
"ezjsonm" {>= "1.2.0"}
+
"reddit_api_kernel" {= version}
+
"sequencer_table" {>= "v0.14.0"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/leviroth/ocaml-reddit-api.git"
+
url {
+
src:
+
"https://github.com/leviroth/ocaml-reddit-api/releases/download/0.2.1/reddit_api_async-0.2.1.tbz"
+
checksum: [
+
"sha256=50ed16b67568e3407e3b4e5f51f6fef9d99e190d7f5e53354c94df469c207a19"
+
"sha512=8f6a3d370d6fc8f20aa8a69940de263eabdd16925dcde2125807863e1b66db79f5e7164f7116cc643149bac2481ea93744d53408213ddadd13e9c6c4d4eb2260"
+
]
+
}
+
x-commit-hash: "5b16f866ae821594d512abfc495f9ed0816b71e8"
+37
packages/reddit_api_kernel/reddit_api_kernel.0.2.1/opam
···
+
opam-version: "2.0"
+
synopsis: "OCaml types for Reddit's API"
+
maintainer: ["levimroth@gmail.com"]
+
authors: ["Levi Roth"]
+
license: "MIT"
+
homepage: "https://github.com/leviroth/ocaml-reddit-api"
+
bug-reports: "https://github.com/leviroth/ocaml-reddit-api/issues"
+
depends: [
+
"dune" {>= "2.8"}
+
"odoc" {with-doc}
+
"cohttp" {>= "5.0.0"}
+
"core_kernel" {>= "v0.14.0"}
+
"ezjsonm" {>= "1.2.0"}
+
]
+
dev-repo: "git+https://github.com/leviroth/ocaml-reddit-api.git"
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@doc" {with-doc}
+
]
+
]
+
url {
+
src:
+
"https://github.com/leviroth/ocaml-reddit-api/releases/download/0.2.1/reddit_api_async-0.2.1.tbz"
+
checksum: [
+
"sha256=50ed16b67568e3407e3b4e5f51f6fef9d99e190d7f5e53354c94df469c207a19"
+
"sha512=8f6a3d370d6fc8f20aa8a69940de263eabdd16925dcde2125807863e1b66db79f5e7164f7116cc643149bac2481ea93744d53408213ddadd13e9c6c4d4eb2260"
+
]
+
}
+
x-commit-hash: "5b16f866ae821594d512abfc495f9ed0816b71e8"