this repo has no description
1opam-version: "2.0"
2synopsis: "Async connection and utility functions for Reddit's API"
3maintainer: ["levimroth@gmail.com"]
4authors: ["Levi Roth"]
5license: "MIT"
6homepage: "https://github.com/leviroth/ocaml-reddit-api"
7bug-reports: "https://github.com/leviroth/ocaml-reddit-api/issues"
8depends: [
9 "dune" {>= "2.8"}
10 "odoc" {with-doc}
11 "expect_test_helpers_async" {>= "v0.14.0" & with-test}
12 "async" {>= "v0.14.0" & < "v0.15"}
13 "async_ssl" {>= "v0.14.0" & < "v0.15"}
14 "cohttp-async" {>= "5.0.0"}
15 "core" {>= "v0.14.0" & < "v0.15"}
16 "ezjsonm" {>= "1.2.0"}
17 "reddit_api_kernel" {= version}
18 "sequencer_table" {>= "v0.14.0" & < "v0.15"}
19]
20build: [
21 ["dune" "subst"] {dev}
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "@install"
30 "@runtest" {with-test}
31 "@doc" {with-doc}
32 ]
33]
34dev-repo: "git+https://github.com/leviroth/ocaml-reddit-api.git"
35url {
36 src:
37 "https://github.com/leviroth/ocaml-reddit-api/releases/download/0.2.1/reddit_api_async-0.2.1.tbz"
38 checksum: [
39 "sha256=50ed16b67568e3407e3b4e5f51f6fef9d99e190d7f5e53354c94df469c207a19"
40 "sha512=8f6a3d370d6fc8f20aa8a69940de263eabdd16925dcde2125807863e1b66db79f5e7164f7116cc643149bac2481ea93744d53408213ddadd13e9c6c4d4eb2260"
41 ]
42}
43x-commit-hash: "5b16f866ae821594d512abfc495f9ed0816b71e8"