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" & < "v0.16.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"