this repo has no description
1opam-version: "2.0" 2synopsis: "OCaml types 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 "cohttp" {>= "5.0.0"} 12 "core_kernel" {>= "v0.14.0" & < "v0.16.0"} 13 "ezjsonm" {>= "1.2.0"} 14] 15dev-repo: "git+https://github.com/leviroth/ocaml-reddit-api.git" 16build: [ 17 ["dune" "subst"] {dev} 18 [ 19 "dune" 20 "build" 21 "-p" 22 name 23 "-j" 24 jobs 25 "@install" 26 "@doc" {with-doc} 27 ] 28] 29url { 30 src: 31 "https://github.com/leviroth/ocaml-reddit-api/releases/download/0.2.1/reddit_api_async-0.2.1.tbz" 32 checksum: [ 33 "sha256=50ed16b67568e3407e3b4e5f51f6fef9d99e190d7f5e53354c94df469c207a19" 34 "sha512=8f6a3d370d6fc8f20aa8a69940de263eabdd16925dcde2125807863e1b66db79f5e7164f7116cc643149bac2481ea93744d53408213ddadd13e9c6c4d4eb2260" 35 ] 36} 37x-commit-hash: "5b16f866ae821594d512abfc495f9ed0816b71e8"