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 "odoc" {with-doc} 10 "dune" {>= "2.5"} 11 "cohttp" {>= "2.5.4"} 12 "core_kernel" {>= "v0.14.0" & < "v0.16.0"} 13 "ezjsonm" {>= "1.0"} 14] 15build: [ 16 [ 17 "dune" 18 "build" 19 "-p" 20 name 21 "-j" 22 jobs 23 "@install" 24 "@doc" {with-doc} 25 ] 26] 27dev-repo: "git+https://github.com/leviroth/ocaml-reddit-api.git" 28url { 29 src: "https://github.com/leviroth/ocaml-reddit-api/archive/0.1.0.tar.gz" 30 checksum: [ 31 "md5=47a9d626691bca0b95e25b5e563bbffd" 32 "sha512=31bd453ff554519816f80e181299a2dcaed631b1c8ee07ee2d0a10682e444414aedca5ed42d377924e8ce98689499d1cafc228282d7863daba92bfb1e38808c5" 33 ] 34}