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: [
  "odoc" {with-doc}
  "dune" {>= "2.5"}
  "cohttp" {>= "2.5.4"}
  "core_kernel" {>= "v0.14.0"}
  "ezjsonm" {>= "1.0"}
]
build: [
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/leviroth/ocaml-reddit-api.git"
url {
  src: "https://github.com/leviroth/ocaml-reddit-api/archive/0.1.0.tar.gz"
  checksum: [
    "md5=47a9d626691bca0b95e25b5e563bbffd"
    "sha512=31bd453ff554519816f80e181299a2dcaed631b1c8ee07ee2d0a10682e444414aedca5ed42d377924e8ce98689499d1cafc228282d7863daba92bfb1e38808c5"
  ]
}
