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" & < "v0.15"} "async_ssl" {>= "v0.14.0" & < "v0.15"} "cohttp-async" {>= "5.0.0"} "core" {>= "v0.14.0" & < "v0.15"} "ezjsonm" {>= "1.2.0"} "reddit_api_kernel" {= version} "sequencer_table" {>= "v0.14.0" & < "v0.15"} ] 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"